Html Css Color HEX #C31DFC Electric Purple

📋 copy color: '#C31DFC'

red 195 ◦ green 29 ◦ blue 252

#C31DFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C31DFC

Tints of Electric Purple #C31DFC

RGB

 RED value IS 195 (76.56% from 255) = 40.97%

 GREEN value IS 29 (11.72% from 255) = 6.09%

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 40.97%
G = 6.09%
B = 52.94%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C31DFC (or 0xC31DFC) is known color: Electric Purple. HEX triplet: C3, 1D and FC. RGB value is (195,29,252). Sum of RGB (Red+Green+Blue) = 195+29+252=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 29 (11.72% from 255 or 6.09% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #C31DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31DFC is #3CE203. Grayscale: #676767. Windows color (decimal): -3990020 or 16522691. OLE color: 16522691.

HSL color Cylindrical-coordinate representation of color #C31DFC: hue angle of 284.66º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31DFC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 29 252 -
CMYK 0.23 0.88 0 0.01
HSL 284.66º 0.97% 0.55% -
HSV(B) 284.66º 0.88% 0.99% -
XYZ 40.52 19.51 93.73 -
YUV 104.06 211.5 192.87 -
System Red Green Blue C M Y K H S L
Decimal 195 29 252 0.23 0.88 0 0.01 284.66 0.97 0.55
Hex C3 1D FC 17 58 0 1 11D 61 37
Octal 303 35 374 27 130 0 1 435 141 67
Binary 11000011 11101 11111100 10111 1011000 0 1 100011101 1100001 110111

Color Harmonies of #C31DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DFC

Black with #C31DFC

Text Example


Text Example

White with #C31DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DFC; }

 p { color: rgb(195,29,252); }

 H1.HeaderClassName
 {
   color: #C31DFC;
 }
 .AnyTagClassName
 {
   color: #C31DFC;
 }
</style>

background-color css

<style>
 a { background-color: #C31DFC; }

 a { background-color: rgb(195,29,252); }

 div.DivClassName
 {
   background-color: #C31DFC;
 }
 .BgClassName
 {
   background-color: #C31DFC;
 }
</style>

border-color css

<style>
 span { border-color: #C31DFC; }

 span { border-color: rgb(195,29,252); }

 td.TdClassName
 {
   border-color: #C31DFC;
 }
 .TagClassName
 {
   border-color: #C31DFC;
 }
</style>