Html Css Color HEX #CB0474 Medium Violet Red

📋 copy color: '#CB0474'

red 203 ◦ green 4 ◦ blue 116

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

Shades of Medium Violet Red #CB0474

Tints of Medium Violet Red #CB0474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 62.85%
G = 1.24%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB0474 (or 0xCB0474) is known color: Medium Violet Red. HEX triplet: CB, 04 and 74. RGB value is (203,4,116). Sum of RGB (Red+Green+Blue) = 203+4+116=323 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.85% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0474 is #34FB8B. Grayscale: #4C4C4C. Windows color (decimal): -3472268 or 7603403. OLE color: 7603403.

HSL color Cylindrical-coordinate representation of color #CB0474: hue angle of 326.23º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CB0474 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 4 116 -
CMYK 0 0.98 0.43 0.20
HSL 326.23º 0.96% 0.41% -
HSV(B) 326.23º 0.98% 0.8% -
XYZ 27.82 14.04 17.77 -
YUV 76.27 150.43 218.39 -
System Red Green Blue C M Y K H S L
Decimal 203 4 116 0 0.98 0.43 0.20 326.23 0.96 0.41
Hex CB 4 74 0 62 2B 14 146 60 29
Octal 313 4 164 0 142 53 24 506 140 51
Binary 11001011 100 1110100 0 1100010 101011 10100 101000110 1100000 101001

Color Harmonies of #CB0474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0474

Black with #CB0474

Text Example


Text Example

White with #CB0474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0474; }

 p { color: rgb(203,4,116); }

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

background-color css

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

 a { background-color: rgb(203,4,116); }

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

border-color css

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

 span { border-color: rgb(203,4,116); }

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