Html Css Color HEX #CC1EFB Electric Purple

📋 copy color: '#CC1EFB'

red 204 ◦ green 30 ◦ blue 251

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

Shades of Electric Purple #CC1EFB

Tints of Electric Purple #CC1EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.19%

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

R = 42.06%
G = 6.19%
B = 51.75%

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

#CC1EFB (or 0xCC1EFB) is known color: Electric Purple. HEX triplet: CC, 1E and FB. RGB value is (204,30,251). Sum of RGB (Red+Green+Blue) = 204+30+251=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 30 (12.11% from 255 or 6.19% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC1EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1EFB is #33E104. Grayscale: #6A6A6A. Windows color (decimal): -3399941 or 16457420. OLE color: 16457420.

HSL color Cylindrical-coordinate representation of color #CC1EFB: hue angle of 287.24º degrees, saturation: 0.97, 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 #CC1EFB is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 30 251 -
CMYK 0.19 0.88 0 0.02
HSL 287.24º 0.97% 0.55% -
HSV(B) 287.24º 0.88% 0.98% -
XYZ 42.78 20.73 93.01 -
YUV 107.22 209.15 197.03 -
System Red Green Blue C M Y K H S L
Decimal 204 30 251 0.19 0.88 0 0.02 287.24 0.97 0.55
Hex CC 1E FB 13 58 0 2 11F 61 37
Octal 314 36 373 23 130 0 2 437 141 67
Binary 11001100 11110 11111011 10011 1011000 0 10 100011111 1100001 110111

Color Harmonies of #CC1EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1EFB

Black with #CC1EFB

Text Example


Text Example

White with #CC1EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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