Html Css Color HEX #CB1474 Medium Violet Red

📋 copy color: '#CB1474'

red 203 ◦ green 20 ◦ blue 116

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

Shades of Medium Violet Red #CB1474

Tints of Medium Violet Red #CB1474

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.9%

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

R = 59.88%
G = 5.9%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB1474 (or 0xCB1474) is known color: Medium Violet Red. HEX triplet: CB, 14 and 74. RGB value is (203,20,116). Sum of RGB (Red+Green+Blue) = 203+20+116=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1474 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB1474 is #34EB8B. Grayscale: #555555. Windows color (decimal): -3468172 or 7607499. OLE color: 7607499.

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

Color convert

RGB 203 20 116 -
CMYK 0 0.90 0.43 0.20
HSL 328.52º 0.82% 0.44% -
HSV(B) 328.52º 0.9% 0.8% -
XYZ 28.03 14.46 17.84 -
YUV 85.66 145.13 211.69 -
System Red Green Blue C M Y K H S L
Decimal 203 20 116 0 0.90 0.43 0.20 328.52 0.82 0.44
Hex CB 14 74 0 5A 2B 14 149 52 2C
Octal 313 24 164 0 132 53 24 511 122 54
Binary 11001011 10100 1110100 0 1011010 101011 10100 101001001 1010010 101100

Color Harmonies of #CB1474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1474

Black with #CB1474

Text Example


Text Example

White with #CB1474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1474; }

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

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

background-color css

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

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

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

border-color css

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

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

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