Html Css Color HEX #CC1CFD Electric Purple

📋 copy color: '#CC1CFD'

red 204 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #CC1CFD

Tints of Electric Purple #CC1CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 42.06%
G = 5.77%
B = 52.16%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC1CFD (or 0xCC1CFD) is known color: Electric Purple. HEX triplet: CC, 1C and FD. RGB value is (204,28,253). Sum of RGB (Red+Green+Blue) = 204+28+253=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC1CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1CFD is #33E302. Grayscale: #696969. Windows color (decimal): -3400451 or 16587980. OLE color: 16587980.

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

Color convert

RGB 204 28 253 -
CMYK 0.19 0.89 0 0.01
HSL 286.93º 0.98% 0.55% -
HSV(B) 286.93º 0.89% 0.99% -
XYZ 43.05 20.76 94.67 -
YUV 106.27 210.81 197.7 -
System Red Green Blue C M Y K H S L
Decimal 204 28 253 0.19 0.89 0 0.01 286.93 0.98 0.55
Hex CC 1C FD 13 59 0 1 11F 62 37
Octal 314 34 375 23 131 0 1 437 142 67
Binary 11001100 11100 11111101 10011 1011001 0 1 100011111 1100010 110111

Color Harmonies of #CC1CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1CFD

Black with #CC1CFD

Text Example


Text Example

White with #CC1CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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