Html Css Color HEX #CC1FFD Electric Purple

📋 copy color: '#CC1FFD'

red 204 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #CC1FFD

Tints of Electric Purple #CC1FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.35%

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

R = 41.8%
G = 6.35%
B = 51.84%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC1FFD (or 0xCC1FFD) is known color: Electric Purple. HEX triplet: CC, 1F and FD. RGB value is (204,31,253). Sum of RGB (Red+Green+Blue) = 204+31+253=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 31 (12.5% from 255 or 6.35% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC1FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1FFD is #33E002. Grayscale: #6B6B6B. Windows color (decimal): -3399683 or 16588748. OLE color: 16588748.

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

Color convert

RGB 204 31 253 -
CMYK 0.19 0.88 0 0.01
HSL 286.76º 0.98% 0.56% -
HSV(B) 286.76º 0.88% 0.99% -
XYZ 43.12 20.91 94.69 -
YUV 108.04 209.81 196.45 -
System Red Green Blue C M Y K H S L
Decimal 204 31 253 0.19 0.88 0 0.01 286.76 0.98 0.56
Hex CC 1F FD 13 58 0 1 11F 62 38
Octal 314 37 375 23 130 0 1 437 142 70
Binary 11001100 11111 11111101 10011 1011000 0 1 100011111 1100010 111000

Color Harmonies of #CC1FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FFD

Black with #CC1FFD

Text Example


Text Example

White with #CC1FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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