Html Css Color HEX #CB12FF Electric Purple

📋 copy color: '#CB12FF'

red 203 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #CB12FF

Tints of Electric Purple #CB12FF

RGB

 RED value IS 203 (79.69% from 255) = 42.65%

 GREEN value IS 18 (7.42% from 255) = 3.78%

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

R = 42.65%
G = 3.78%
B = 53.57%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB12FF (or 0xCB12FF) is known color: Electric Purple. HEX triplet: CB, 12 and FF. RGB value is (203,18,255). Sum of RGB (Red+Green+Blue) = 203+18+255=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 18 (7.42% from 255 or 3.78% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB12FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB12FF is #34ED00. Grayscale: #636363. Windows color (decimal): -3468545 or 16716491. OLE color: 16716491.

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

Color convert

RGB 203 18 255 -
CMYK 0.20 0.93 0 0
HSL 286.84º 1% 0.54% -
HSV(B) 286.84º 0.93% 1% -
XYZ 42.89 20.35 96.27 -
YUV 100.33 215.29 201.23 -
System Red Green Blue C M Y K H S L
Decimal 203 18 255 0.20 0.93 0 0 286.84 1 0.54
Hex CB 12 FF 14 5D 0 0 11F 64 36
Octal 313 22 377 24 135 0 0 437 144 66
Binary 11001011 10010 11111111 10100 1011101 0 0 100011111 1100100 110110

Color Harmonies of #CB12FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB12FF

Black with #CB12FF

Text Example


Text Example

White with #CB12FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB12FF; }

 p { color: rgb(203,18,255); }

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

background-color css

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

 a { background-color: rgb(203,18,255); }

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

border-color css

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

 span { border-color: rgb(203,18,255); }

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