Html Css Color HEX #C002FF Electric Purple

📋 copy color: '#C002FF'

red 192 ◦ green 2 ◦ blue 255

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

Shades of Electric Purple #C002FF

Tints of Electric Purple #C002FF

RGB

 RED value IS 192 (75.39% from 255) = 42.76%

 GREEN value IS 2 (1.17% from 255) = 0.45%

 BLUE value IS 255 (100% from 255) = 56.79%

R = 42.76%
G = 0.45%
B = 56.79%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C002FF (or 0xC002FF) is known color: Electric Purple. HEX triplet: C0, 02 and FF. RGB value is (192,2,255). Sum of RGB (Red+Green+Blue) = 192+2+255=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #C002FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C002FF is #3FFD00. Grayscale: #565656. Windows color (decimal): -4193537 or 16712384. OLE color: 16712384.

HSL color Cylindrical-coordinate representation of color #C002FF: hue angle of 285.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002FF is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 2 255 -
CMYK 0.25 0.99 0 0
HSL 285.06º 1% 0.5% -
HSV(B) 285.06º 0.99% 1% -
XYZ 39.81 18.47 96.07 -
YUV 87.65 222.45 202.43 -
System Red Green Blue C M Y K H S L
Decimal 192 2 255 0.25 0.99 0 0 285.06 1 0.5
Hex C0 2 FF 19 63 0 0 11D 64 32
Octal 300 2 377 31 143 0 0 435 144 62
Binary 11000000 10 11111111 11001 1100011 0 0 100011101 1100100 110010

Color Harmonies of #C002FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002FF

Black with #C002FF

Text Example


Text Example

White with #C002FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002FF; }

 p { color: rgb(192,2,255); }

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

background-color css

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

 a { background-color: rgb(192,2,255); }

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

border-color css

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

 span { border-color: rgb(192,2,255); }

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