Html Css Color HEX #CC06F1 Electric Purple

📋 copy color: '#CC06F1'

red 204 ◦ green 6 ◦ blue 241

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

Shades of Electric Purple #CC06F1

Tints of Electric Purple #CC06F1

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.33%

 BLUE value IS 241 (94.53% from 255) = 53.44%

R = 45.23%
G = 1.33%
B = 53.44%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC06F1 (or 0xCC06F1) is known color: Electric Purple. HEX triplet: CC, 06 and F1. RGB value is (204,6,241). Sum of RGB (Red+Green+Blue) = 204+6+241=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 6 (2.73% from 255 or 1.33% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC06F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC06F1 is #33F90E. Grayscale: #5B5B5B. Windows color (decimal): -3406095 or 15795916. OLE color: 15795916.

HSL color Cylindrical-coordinate representation of color #CC06F1: hue angle of 290.55º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC06F1 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 6 241 -
CMYK 0.15 0.98 0 0.05
HSL 290.55º 0.95% 0.48% -
HSV(B) 290.55º 0.98% 0.95% -
XYZ 40.84 19.32 84.8 -
YUV 91.99 212.1 207.89 -
System Red Green Blue C M Y K H S L
Decimal 204 6 241 0.15 0.98 0 0.05 290.55 0.95 0.48
Hex CC 6 F1 F 62 0 5 123 5F 30
Octal 314 6 361 17 142 0 5 443 137 60
Binary 11001100 110 11110001 1111 1100010 0 101 100100011 1011111 110000

Color Harmonies of #CC06F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC06F1

Black with #CC06F1

Text Example


Text Example

White with #CC06F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC06F1; }

 p { color: rgb(204,6,241); }

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

background-color css

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

 a { background-color: rgb(204,6,241); }

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

border-color css

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

 span { border-color: rgb(204,6,241); }

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