Html Css Color HEX #CC1CEF Electric Purple

📋 copy color: '#CC1CEF'

red 204 ◦ green 28 ◦ blue 239

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

Shades of Electric Purple #CC1CEF

Tints of Electric Purple #CC1CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.94%

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

R = 43.31%
G = 5.94%
B = 50.74%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC1CEF (or 0xCC1CEF) is known color: Electric Purple. HEX triplet: CC, 1C and EF. RGB value is (204,28,239). Sum of RGB (Red+Green+Blue) = 204+28+239=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 28 (11.33% from 255 or 5.94% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC1CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CEF is #33E310. Grayscale: #686868. Windows color (decimal): -3400465 or 15670476. OLE color: 15670476.

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

Color convert

RGB 204 28 239 -
CMYK 0.15 0.88 0 0.06
HSL 290.05º 0.87% 0.52% -
HSV(B) 290.05º 0.88% 0.94% -
XYZ 40.9 19.9 83.35 -
YUV 104.68 203.81 198.84 -
System Red Green Blue C M Y K H S L
Decimal 204 28 239 0.15 0.88 0 0.06 290.05 0.87 0.52
Hex CC 1C EF F 58 0 6 122 57 34
Octal 314 34 357 17 130 0 6 442 127 64
Binary 11001100 11100 11101111 1111 1011000 0 110 100100010 1010111 110100

Color Harmonies of #CC1CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CEF

Black with #CC1CEF

Text Example


Text Example

White with #CC1CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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