Html Css Color HEX #CC0BEF Electric Purple

📋 copy color: '#CC0BEF'

red 204 ◦ green 11 ◦ blue 239

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

Shades of Electric Purple #CC0BEF

Tints of Electric Purple #CC0BEF

RGB

 RED value IS 204 (80.08% from 255) = 44.93%

 GREEN value IS 11 (4.69% from 255) = 2.42%

 BLUE value IS 239 (93.75% from 255) = 52.64%

R = 44.93%
G = 2.42%
B = 52.64%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC0BEF (or 0xCC0BEF) is known color: Electric Purple. HEX triplet: CC, 0B and EF. RGB value is (204,11,239). Sum of RGB (Red+Green+Blue) = 204+11+239=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC0BEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0BEF is #33F410. Grayscale: #5D5D5D. Windows color (decimal): -3404817 or 15666124. OLE color: 15666124.

HSL color Cylindrical-coordinate representation of color #CC0BEF: hue angle of 290.79º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0BEF is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 11 239 -
CMYK 0.15 0.95 0 0.06
HSL 290.79º 0.91% 0.49% -
HSV(B) 290.79º 0.95% 0.94% -
XYZ 40.6 19.31 83.25 -
YUV 94.7 209.44 205.96 -
System Red Green Blue C M Y K H S L
Decimal 204 11 239 0.15 0.95 0 0.06 290.79 0.91 0.49
Hex CC B EF F 5F 0 6 123 5B 31
Octal 314 13 357 17 137 0 6 443 133 61
Binary 11001100 1011 11101111 1111 1011111 0 110 100100011 1011011 110001

Color Harmonies of #CC0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0BEF

Black with #CC0BEF

Text Example


Text Example

White with #CC0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0BEF; }

 p { color: rgb(204,11,239); }

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

background-color css

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

 a { background-color: rgb(204,11,239); }

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

border-color css

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

 span { border-color: rgb(204,11,239); }

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