Html Css Color HEX #CC14FA Electric Purple

📋 copy color: '#CC14FA'

red 204 ◦ green 20 ◦ blue 250

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

Shades of Electric Purple #CC14FA

Tints of Electric Purple #CC14FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 43.04%
G = 4.22%
B = 52.74%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC14FA (or 0xCC14FA) is known color: Electric Purple. HEX triplet: CC, 14 and FA. RGB value is (204,20,250). Sum of RGB (Red+Green+Blue) = 204+20+250=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 20 (8.20% from 255 or 4.22% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC14FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC14FA is #33EB05. Grayscale: #646464. Windows color (decimal): -3402502 or 16389324. OLE color: 16389324.

HSL color Cylindrical-coordinate representation of color #CC14FA: hue angle of 288º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC14FA is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 20 250 -
CMYK 0.18 0.92 0 0.02
HSL 288º 0.96% 0.53% -
HSV(B) 288º 0.92% 0.98% -
XYZ 42.41 20.24 92.11 -
YUV 101.24 211.96 201.3 -
System Red Green Blue C M Y K H S L
Decimal 204 20 250 0.18 0.92 0 0.02 288 0.96 0.53
Hex CC 14 FA 12 5C 0 2 120 60 35
Octal 314 24 372 22 134 0 2 440 140 65
Binary 11001100 10100 11111010 10010 1011100 0 10 100100000 1100000 110101

Color Harmonies of #CC14FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC14FA

Black with #CC14FA

Text Example


Text Example

White with #CC14FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC14FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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