Html Css Color HEX #CB1CAA Medium Violet Red

📋 copy color: '#CB1CAA'

red 203 ◦ green 28 ◦ blue 170

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

Shades of Medium Violet Red #CB1CAA

Tints of Medium Violet Red #CB1CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.98%

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 50.62%
G = 6.98%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB1CAA (or 0xCB1CAA) is known color: Medium Violet Red. HEX triplet: CB, 1C and AA. RGB value is (203,28,170). Sum of RGB (Red+Green+Blue) = 203+28+170=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB1CAA is #34E355. Grayscale: #606060. Windows color (decimal): -3466070 or 11148491. OLE color: 11148491.

HSL color Cylindrical-coordinate representation of color #CB1CAA: hue angle of 311.31º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB1CAA is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 28 170 -
CMYK 0 0.86 0.16 0.20
HSL 311.31º 0.76% 0.45% -
HSV(B) 311.31º 0.86% 0.8% -
XYZ 32.3 16.43 39.5 -
YUV 96.51 169.48 203.95 -
System Red Green Blue C M Y K H S L
Decimal 203 28 170 0 0.86 0.16 0.20 311.31 0.76 0.45
Hex CB 1C AA 0 56 10 14 137 4C 2D
Octal 313 34 252 0 126 20 24 467 114 55
Binary 11001011 11100 10101010 0 1010110 10000 10100 100110111 1001100 101101

Color Harmonies of #CB1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1CAA

Black with #CB1CAA

Text Example


Text Example

White with #CB1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1CAA; }

 p { color: rgb(203,28,170); }

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

background-color css

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

 a { background-color: rgb(203,28,170); }

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

border-color css

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

 span { border-color: rgb(203,28,170); }

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