Html Css Color HEX #CB03EC Electric Purple

📋 copy color: '#CB03EC'

red 203 ◦ green 3 ◦ blue 236

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

Shades of Electric Purple #CB03EC

Tints of Electric Purple #CB03EC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.68%

 BLUE value IS 236 (92.58% from 255) = 53.39%

R = 45.93%
G = 0.68%
B = 53.39%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB03EC (or 0xCB03EC) is known color: Electric Purple. HEX triplet: CB, 03 and EC. RGB value is (203,3,236). Sum of RGB (Red+Green+Blue) = 203+3+236=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 3 (1.56% from 255 or 0.68% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB03EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB03EC is #34FC13. Grayscale: #585858. Windows color (decimal): -3472404 or 15467467. OLE color: 15467467.

HSL color Cylindrical-coordinate representation of color #CB03EC: hue angle of 291.5º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03EC is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 3 236 -
CMYK 0.14 0.99 0 0.07
HSL 291.5º 0.97% 0.47% -
HSV(B) 291.5º 0.99% 0.93% -
XYZ 39.8 18.82 80.89 -
YUV 89.36 210.76 209.05 -
System Red Green Blue C M Y K H S L
Decimal 203 3 236 0.14 0.99 0 0.07 291.5 0.97 0.47
Hex CB 3 EC E 63 0 7 124 61 2F
Octal 313 3 354 16 143 0 7 444 141 57
Binary 11001011 11 11101100 1110 1100011 0 111 100100100 1100001 101111

Color Harmonies of #CB03EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB03EC

Black with #CB03EC

Text Example


Text Example

White with #CB03EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB03EC; }

 p { color: rgb(203,3,236); }

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

background-color css

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

 a { background-color: rgb(203,3,236); }

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

border-color css

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

 span { border-color: rgb(203,3,236); }

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