Html Css Color HEX #CC1BFB Electric Purple

📋 copy color: '#CC1BFB'

red 204 ◦ green 27 ◦ blue 251

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

Shades of Electric Purple #CC1BFB

Tints of Electric Purple #CC1BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.6%

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

R = 42.32%
G = 5.6%
B = 52.07%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC1BFB (or 0xCC1BFB) is known color: Electric Purple. HEX triplet: CC, 1B and FB. RGB value is (204,27,251). Sum of RGB (Red+Green+Blue) = 204+27+251=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 27 (10.94% from 255 or 5.60% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC1BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BFB is #33E404. Grayscale: #686868. Windows color (decimal): -3400709 or 16456652. OLE color: 16456652.

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

Color convert

RGB 204 27 251 -
CMYK 0.19 0.89 0 0.02
HSL 287.41º 0.97% 0.55% -
HSV(B) 287.41º 0.89% 0.98% -
XYZ 42.71 20.59 92.99 -
YUV 105.46 210.14 198.29 -
System Red Green Blue C M Y K H S L
Decimal 204 27 251 0.19 0.89 0 0.02 287.41 0.97 0.55
Hex CC 1B FB 13 59 0 2 11F 61 37
Octal 314 33 373 23 131 0 2 437 141 67
Binary 11001100 11011 11111011 10011 1011001 0 10 100011111 1100001 110111

Color Harmonies of #CC1BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BFB

Black with #CC1BFB

Text Example


Text Example

White with #CC1BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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