Html Css Color HEX #CB00CF Deep Magenta

📋 copy color: '#CB00CF'

red 203 ◦ green 0 ◦ blue 207

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

Shades of Deep Magenta #CB00CF

Tints of Deep Magenta #CB00CF

RGB

 RED value IS 203 (79.69% from 255) = 49.51%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 49.51%
G = 0%
B = 50.49%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB00CF (or 0xCB00CF) is known color: Deep Magenta. HEX triplet: CB, 00 and CF. RGB value is (203,0,207). Sum of RGB (Red+Green+Blue) = 203+0+207=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB00CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB00CF is #34FF30. Grayscale: #535353. Windows color (decimal): -3473201 or 13566155. OLE color: 13566155.

HSL color Cylindrical-coordinate representation of color #CB00CF: hue angle of 298.84º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB00CF is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 0 207 -
CMYK 0.02 1 0 0.19
HSL 298.84º 1% 0.41% -
HSV(B) 298.84º 1% 0.81% -
XYZ 35.89 17.2 60.46 -
YUV 84.3 197.25 212.67 -
System Red Green Blue C M Y K H S L
Decimal 203 0 207 0.02 1 0 0.19 298.84 1 0.41
Hex CB 0 CF 2 64 0 13 12B 64 29
Octal 313 0 317 2 144 0 23 453 144 51
Binary 11001011 0 11001111 10 1100100 0 10011 100101011 1100100 101001

Color Harmonies of #CB00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB00CF

Black with #CB00CF

Text Example


Text Example

White with #CB00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB00CF; }

 p { color: rgb(203,0,207); }

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

background-color css

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

 a { background-color: rgb(203,0,207); }

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

border-color css

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

 span { border-color: rgb(203,0,207); }

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