Html Css Color HEX #CC1FEB Electric Purple

📋 copy color: '#CC1FEB'

red 204 ◦ green 31 ◦ blue 235

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

Shades of Electric Purple #CC1FEB

Tints of Electric Purple #CC1FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50%

R = 43.4%
G = 6.6%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC1FEB (or 0xCC1FEB) is known color: Electric Purple. HEX triplet: CC, 1F and EB. RGB value is (204,31,235). Sum of RGB (Red+Green+Blue) = 204+31+235=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 31 (12.5% from 255 or 6.60% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC1FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1FEB is #33E014. Grayscale: #696969. Windows color (decimal): -3399701 or 15409100. OLE color: 15409100.

HSL color Cylindrical-coordinate representation of color #CC1FEB: hue angle of 290.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1FEB is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 31 235 -
CMYK 0.13 0.87 0 0.08
HSL 290.88º 0.84% 0.52% -
HSV(B) 290.88º 0.87% 0.92% -
XYZ 40.39 19.82 80.29 -
YUV 105.98 200.81 197.91 -
System Red Green Blue C M Y K H S L
Decimal 204 31 235 0.13 0.87 0 0.08 290.88 0.84 0.52
Hex CC 1F EB D 57 0 8 123 54 34
Octal 314 37 353 15 127 0 10 443 124 64
Binary 11001100 11111 11101011 1101 1010111 0 1000 100100011 1010100 110100

Color Harmonies of #CC1FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1FEB

Black with #CC1FEB

Text Example


Text Example

White with #CC1FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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