Html Css Color HEX #CB2475 Medium Violet Red

📋 copy color: '#CB2475'

red 203 ◦ green 36 ◦ blue 117

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

Shades of Medium Violet Red #CB2475

Tints of Medium Violet Red #CB2475

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.11%

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

R = 57.02%
G = 10.11%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB2475 (or 0xCB2475) is known color: Medium Violet Red. HEX triplet: CB, 24 and 75. RGB value is (203,36,117). Sum of RGB (Red+Green+Blue) = 203+36+117=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2475 is #34DB8A. Grayscale: #5F5F5F. Windows color (decimal): -3464075 or 7677131. OLE color: 7677131.

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

Color convert

RGB 203 36 117 -
CMYK 0 0.82 0.42 0.20
HSL 330.9º 0.7% 0.47% -
HSV(B) 330.9º 0.82% 0.8% -
XYZ 28.47 15.24 18.27 -
YUV 95.17 140.33 204.91 -
System Red Green Blue C M Y K H S L
Decimal 203 36 117 0 0.82 0.42 0.20 330.9 0.7 0.47
Hex CB 24 75 0 52 2A 14 14B 46 2F
Octal 313 44 165 0 122 52 24 513 106 57
Binary 11001011 100100 1110101 0 1010010 101010 10100 101001011 1000110 101111

Color Harmonies of #CB2475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2475

Black with #CB2475

Text Example


Text Example

White with #CB2475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2475; }

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

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

background-color css

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

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

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

border-color css

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

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

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