Html Css Color HEX #CB0A75 Medium Violet Red

📋 copy color: '#CB0A75'

red 203 ◦ green 10 ◦ blue 117

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

Shades of Medium Violet Red #CB0A75

Tints of Medium Violet Red #CB0A75

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.03%

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

R = 61.52%
G = 3.03%
B = 35.45%

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

#CB0A75 (or 0xCB0A75) is known color: Medium Violet Red. HEX triplet: CB, 0A and 75. RGB value is (203,10,117). Sum of RGB (Red+Green+Blue) = 203+10+117=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0A75 is #34F58A. Grayscale: #4F4F4F. Windows color (decimal): -3470731 or 7670475. OLE color: 7670475.

HSL color Cylindrical-coordinate representation of color #CB0A75: hue angle of 326.74º degrees, saturation: 0.91, 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 #CB0A75 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 10 117 -
CMYK 0 0.95 0.42 0.20
HSL 326.74º 0.91% 0.42% -
HSV(B) 326.74º 0.95% 0.8% -
XYZ 27.95 14.2 18.1 -
YUV 79.91 148.94 215.8 -
System Red Green Blue C M Y K H S L
Decimal 203 10 117 0 0.95 0.42 0.20 326.74 0.91 0.42
Hex CB A 75 0 5F 2A 14 147 5B 2A
Octal 313 12 165 0 137 52 24 507 133 52
Binary 11001011 1010 1110101 0 1011111 101010 10100 101000111 1011011 101010

Color Harmonies of #CB0A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0A75

Black with #CB0A75

Text Example


Text Example

White with #CB0A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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