Html Css Color HEX #CC1FFB Electric Purple

📋 copy color: '#CC1FFB'

red 204 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #CC1FFB

Tints of Electric Purple #CC1FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.65%

R = 41.98%
G = 6.38%
B = 51.65%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC1FFB (or 0xCC1FFB) is known color: Electric Purple. HEX triplet: CC, 1F and FB. RGB value is (204,31,251). Sum of RGB (Red+Green+Blue) = 204+31+251=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 31 (12.5% from 255 or 6.38% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC1FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1FFB is #33E004. Grayscale: #6B6B6B. Windows color (decimal): -3399685 or 16457676. OLE color: 16457676.

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

Color convert

RGB 204 31 251 -
CMYK 0.19 0.88 0 0.02
HSL 287.18º 0.96% 0.55% -
HSV(B) 287.18º 0.88% 0.98% -
XYZ 42.8 20.78 93.02 -
YUV 107.81 208.81 196.61 -
System Red Green Blue C M Y K H S L
Decimal 204 31 251 0.19 0.88 0 0.02 287.18 0.96 0.55
Hex CC 1F FB 13 58 0 2 11F 60 37
Octal 314 37 373 23 130 0 2 437 140 67
Binary 11001100 11111 11111011 10011 1011000 0 10 100011111 1100000 110111

Color Harmonies of #CC1FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FFB

Black with #CC1FFB

Text Example


Text Example

White with #CC1FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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