Html Css Color HEX #CB04EC Electric Purple

📋 copy color: '#CB04EC'

red 203 ◦ green 4 ◦ blue 236

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

Shades of Electric Purple #CB04EC

Tints of Electric Purple #CB04EC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

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

R = 45.82%
G = 0.9%
B = 53.27%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB04EC (or 0xCB04EC) is known color: Electric Purple. HEX triplet: CB, 04 and EC. RGB value is (203,4,236). Sum of RGB (Red+Green+Blue) = 203+4+236=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB04EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB04EC is #34FB13. Grayscale: #595959. Windows color (decimal): -3472148 or 15467723. OLE color: 15467723.

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

Color convert

RGB 203 4 236 -
CMYK 0.14 0.98 0 0.07
HSL 291.47º 0.97% 0.47% -
HSV(B) 291.47º 0.98% 0.93% -
XYZ 39.81 18.84 80.89 -
YUV 89.95 210.43 208.64 -
System Red Green Blue C M Y K H S L
Decimal 203 4 236 0.14 0.98 0 0.07 291.47 0.97 0.47
Hex CB 4 EC E 62 0 7 123 61 2F
Octal 313 4 354 16 142 0 7 443 141 57
Binary 11001011 100 11101100 1110 1100010 0 111 100100011 1100001 101111

Color Harmonies of #CB04EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB04EC

Black with #CB04EC

Text Example


Text Example

White with #CB04EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB04EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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