Html Css Color HEX #CC1BF2 Electric Purple

📋 copy color: '#CC1BF2'

red 204 ◦ green 27 ◦ blue 242

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

Shades of Electric Purple #CC1BF2

Tints of Electric Purple #CC1BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.16%

R = 43.13%
G = 5.71%
B = 51.16%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC1BF2 (or 0xCC1BF2) is known color: Electric Purple. HEX triplet: CC, 1B and F2. RGB value is (204,27,242). Sum of RGB (Red+Green+Blue) = 204+27+242=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC1BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC1BF2 is #33E40D. Grayscale: #676767. Windows color (decimal): -3400718 or 15866828. OLE color: 15866828.

HSL color Cylindrical-coordinate representation of color #CC1BF2: hue angle of 289.4º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1BF2 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 27 242 -
CMYK 0.16 0.89 0 0.05
HSL 289.4º 0.89% 0.53% -
HSV(B) 289.4º 0.89% 0.95% -
XYZ 41.32 20.03 85.69 -
YUV 104.43 205.64 199.02 -
System Red Green Blue C M Y K H S L
Decimal 204 27 242 0.16 0.89 0 0.05 289.4 0.89 0.53
Hex CC 1B F2 10 59 0 5 121 59 35
Octal 314 33 362 20 131 0 5 441 131 65
Binary 11001100 11011 11110010 10000 1011001 0 101 100100001 1011001 110101

Color Harmonies of #CC1BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1BF2

Black with #CC1BF2

Text Example


Text Example

White with #CC1BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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