Html Css Color HEX #CC05F3 Electric Purple

📋 copy color: '#CC05F3'

red 204 ◦ green 5 ◦ blue 243

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

Shades of Electric Purple #CC05F3

Tints of Electric Purple #CC05F3

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.11%

 BLUE value IS 243 (95.31% from 255) = 53.76%

R = 45.13%
G = 1.11%
B = 53.76%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC05F3 (or 0xCC05F3) is known color: Electric Purple. HEX triplet: CC, 05 and F3. RGB value is (204,5,243). Sum of RGB (Red+Green+Blue) = 204+5+243=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 243 (95.31% from 255 or 53.76% from 452); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC05F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC05F3 is #33FA0C. Grayscale: #5A5A5A. Windows color (decimal): -3406349 or 15926732. OLE color: 15926732.

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

Color convert

RGB 204 5 243 -
CMYK 0.16 0.98 0 0.05
HSL 290.17º 0.96% 0.49% -
HSV(B) 290.17º 0.98% 0.95% -
XYZ 41.13 19.42 86.37 -
YUV 91.63 213.43 208.15 -
System Red Green Blue C M Y K H S L
Decimal 204 5 243 0.16 0.98 0 0.05 290.17 0.96 0.49
Hex CC 5 F3 10 62 0 5 122 60 31
Octal 314 5 363 20 142 0 5 442 140 61
Binary 11001100 101 11110011 10000 1100010 0 101 100100010 1100000 110001

Color Harmonies of #CC05F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC05F3

Black with #CC05F3

Text Example


Text Example

White with #CC05F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC05F3; }

 p { color: rgb(204,5,243); }

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

background-color css

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

 a { background-color: rgb(204,5,243); }

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

border-color css

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

 span { border-color: rgb(204,5,243); }

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