Html Css Color HEX #CC1FFF Electric Purple

📋 copy color: '#CC1FFF'

red 204 ◦ green 31 ◦ blue 255

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

Shades of Electric Purple #CC1FFF

Tints of Electric Purple #CC1FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.04%

R = 41.63%
G = 6.33%
B = 52.04%

CMYK

 C value IS 0.2

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC1FFF (or 0xCC1FFF) is known color: Electric Purple. HEX triplet: CC, 1F and FF. RGB value is (204,31,255). Sum of RGB (Red+Green+Blue) = 204+31+255=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 31 (12.5% from 255 or 6.33% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC1FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1FFF is #33E000. Grayscale: #6B6B6B. Windows color (decimal): -3399681 or 16719820. OLE color: 16719820.

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

Color convert

RGB 204 31 255 -
CMYK 0.2 0.88 0 0
HSL 286.34º 1% 0.56% -
HSV(B) 286.34º 0.88% 1% -
XYZ 43.44 21.04 96.38 -
YUV 108.26 210.81 196.29 -
System Red Green Blue C M Y K H S L
Decimal 204 31 255 0.2 0.88 0 0 286.34 1 0.56
Hex CC 1F FF 14 58 0 0 11E 64 38
Octal 314 37 377 24 130 0 0 436 144 70
Binary 11001100 11111 11111111 10100 1011000 0 0 100011110 1100100 111000

Color Harmonies of #CC1FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FFF

Black with #CC1FFF

Text Example


Text Example

White with #CC1FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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