Html Css Color HEX #CC0BE7 Deep Magenta

📋 copy color: '#CC0BE7'

red 204 ◦ green 11 ◦ blue 231

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

Shades of Deep Magenta #CC0BE7

Tints of Deep Magenta #CC0BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 51.79%

R = 45.74%
G = 2.47%
B = 51.79%

CMYK

 C value IS 0.12

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC0BE7 (or 0xCC0BE7) is known color: Deep Magenta. HEX triplet: CC, 0B and E7. RGB value is (204,11,231). Sum of RGB (Red+Green+Blue) = 204+11+231=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC0BE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0BE7 is #33F418. Grayscale: #5D5D5D. Windows color (decimal): -3404825 or 15141836. OLE color: 15141836.

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

Color convert

RGB 204 11 231 -
CMYK 0.12 0.95 0 0.09
HSL 292.64º 0.91% 0.47% -
HSV(B) 292.64º 0.95% 0.91% -
XYZ 39.45 18.85 77.16 -
YUV 93.79 205.44 206.61 -
System Red Green Blue C M Y K H S L
Decimal 204 11 231 0.12 0.95 0 0.09 292.64 0.91 0.47
Hex CC B E7 C 5F 0 9 125 5B 2F
Octal 314 13 347 14 137 0 11 445 133 57
Binary 11001100 1011 11100111 1100 1011111 0 1001 100100101 1011011 101111

Color Harmonies of #CC0BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0BE7

Black with #CC0BE7

Text Example


Text Example

White with #CC0BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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