Html Css Color HEX #CC1CFA Electric Purple

📋 copy color: '#CC1CFA'

red 204 ◦ green 28 ◦ blue 250

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

Shades of Electric Purple #CC1CFA

Tints of Electric Purple #CC1CFA

RGB

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

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

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

R = 42.32%
G = 5.81%
B = 51.87%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC1CFA (or 0xCC1CFA) is known color: Electric Purple. HEX triplet: CC, 1C and FA. RGB value is (204,28,250). Sum of RGB (Red+Green+Blue) = 204+28+250=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC1CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CFA is #33E305. Grayscale: #696969. Windows color (decimal): -3400454 or 16391372. OLE color: 16391372.

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

Color convert

RGB 204 28 250 -
CMYK 0.18 0.89 0 0.02
HSL 287.57º 0.96% 0.55% -
HSV(B) 287.57º 0.89% 0.98% -
XYZ 42.57 20.57 92.17 -
YUV 105.93 209.31 197.95 -
System Red Green Blue C M Y K H S L
Decimal 204 28 250 0.18 0.89 0 0.02 287.57 0.96 0.55
Hex CC 1C FA 12 59 0 2 120 60 37
Octal 314 34 372 22 131 0 2 440 140 67
Binary 11001100 11100 11111010 10010 1011001 0 10 100100000 1100000 110111

Color Harmonies of #CC1CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CFA

Black with #CC1CFA

Text Example


Text Example

White with #CC1CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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