Html Css Color HEX #CC14F1 Electric Purple

📋 copy color: '#CC14F1'

red 204 ◦ green 20 ◦ blue 241

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

Shades of Electric Purple #CC14F1

Tints of Electric Purple #CC14F1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.3%

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

R = 43.87%
G = 4.3%
B = 51.83%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC14F1 (or 0xCC14F1) is known color: Electric Purple. HEX triplet: CC, 14 and F1. RGB value is (204,20,241). Sum of RGB (Red+Green+Blue) = 204+20+241=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC14F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC14F1 is #33EB0E. Grayscale: #636363. Windows color (decimal): -3402511 or 15799500. OLE color: 15799500.

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

Color convert

RGB 204 20 241 -
CMYK 0.15 0.92 0 0.05
HSL 289.95º 0.89% 0.51% -
HSV(B) 289.95º 0.92% 0.95% -
XYZ 41.03 19.69 84.86 -
YUV 100.21 207.46 202.03 -
System Red Green Blue C M Y K H S L
Decimal 204 20 241 0.15 0.92 0 0.05 289.95 0.89 0.51
Hex CC 14 F1 F 5C 0 5 122 59 33
Octal 314 24 361 17 134 0 5 442 131 63
Binary 11001100 10100 11110001 1111 1011100 0 101 100100010 1011001 110011

Color Harmonies of #CC14F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14F1

Black with #CC14F1

Text Example


Text Example

White with #CC14F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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