Html Css Color HEX #CC0BF1 Electric Purple

📋 copy color: '#CC0BF1'

red 204 ◦ green 11 ◦ blue 241

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

Shades of Electric Purple #CC0BF1

Tints of Electric Purple #CC0BF1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.41%

 BLUE value IS 241 (94.53% from 255) = 52.85%

R = 44.74%
G = 2.41%
B = 52.85%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC0BF1 (or 0xCC0BF1) is known color: Electric Purple. HEX triplet: CC, 0B and F1. RGB value is (204,11,241). Sum of RGB (Red+Green+Blue) = 204+11+241=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC0BF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0BF1 is #33F40E. Grayscale: #5E5E5E. Windows color (decimal): -3404815 or 15797196. OLE color: 15797196.

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

Color convert

RGB 204 11 241 -
CMYK 0.15 0.95 0 0.05
HSL 290.35º 0.91% 0.49% -
HSV(B) 290.35º 0.95% 0.95% -
XYZ 40.9 19.43 84.81 -
YUV 94.93 210.44 205.8 -
System Red Green Blue C M Y K H S L
Decimal 204 11 241 0.15 0.95 0 0.05 290.35 0.91 0.49
Hex CC B F1 F 5F 0 5 122 5B 31
Octal 314 13 361 17 137 0 5 442 133 61
Binary 11001100 1011 11110001 1111 1011111 0 101 100100010 1011011 110001

Color Harmonies of #CC0BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0BF1

Black with #CC0BF1

Text Example


Text Example

White with #CC0BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0BF1; }

 p { color: rgb(204,11,241); }

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

background-color css

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

 a { background-color: rgb(204,11,241); }

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

border-color css

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

 span { border-color: rgb(204,11,241); }

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