Html Css Color HEX #CB0B75 Medium Violet Red

📋 copy color: '#CB0B75'

red 203 ◦ green 11 ◦ blue 117

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

Shades of Medium Violet Red #CB0B75

Tints of Medium Violet Red #CB0B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.35%

R = 61.33%
G = 3.32%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB0B75 (or 0xCB0B75) is known color: Medium Violet Red. HEX triplet: CB, 0B and 75. RGB value is (203,11,117). Sum of RGB (Red+Green+Blue) = 203+11+117=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0B75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0B75 is #34F48A. Grayscale: #505050. Windows color (decimal): -3470475 or 7670731. OLE color: 7670731.

HSL color Cylindrical-coordinate representation of color #CB0B75: hue angle of 326.88º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0B75 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 11 117 -
CMYK 0 0.95 0.42 0.20
HSL 326.88º 0.9% 0.42% -
HSV(B) 326.88º 0.95% 0.8% -
XYZ 27.96 14.22 18.1 -
YUV 80.49 148.61 215.38 -
System Red Green Blue C M Y K H S L
Decimal 203 11 117 0 0.95 0.42 0.20 326.88 0.9 0.42
Hex CB B 75 0 5F 2A 14 147 5A 2A
Octal 313 13 165 0 137 52 24 507 132 52
Binary 11001011 1011 1110101 0 1011111 101010 10100 101000111 1011010 101010

Color Harmonies of #CB0B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0B75

Black with #CB0B75

Text Example


Text Example

White with #CB0B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0B75; }

 p { color: rgb(203,11,117); }

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

background-color css

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

 a { background-color: rgb(203,11,117); }

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

border-color css

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

 span { border-color: rgb(203,11,117); }

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