Html Css Color HEX #CB067A Medium Violet Red

📋 copy color: '#CB067A'

red 203 ◦ green 6 ◦ blue 122

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

Shades of Medium Violet Red #CB067A

Tints of Medium Violet Red #CB067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.81%

 BLUE value IS 122 (48.05% from 255) = 36.86%

R = 61.33%
G = 1.81%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB067A (or 0xCB067A) is known color: Medium Violet Red. HEX triplet: CB, 06 and 7A. RGB value is (203,6,122). Sum of RGB (Red+Green+Blue) = 203+6+122=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB067A is #34F985. Grayscale: #4D4D4D. Windows color (decimal): -3471750 or 7997131. OLE color: 7997131.

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

Color convert

RGB 203 6 122 -
CMYK 0 0.97 0.40 0.20
HSL 324.67º 0.94% 0.41% -
HSV(B) 324.67º 0.97% 0.8% -
XYZ 28.21 14.23 19.67 -
YUV 78.13 152.77 217.07 -
System Red Green Blue C M Y K H S L
Decimal 203 6 122 0 0.97 0.40 0.20 324.67 0.94 0.41
Hex CB 6 7A 0 61 28 14 145 5E 29
Octal 313 6 172 0 141 50 24 505 136 51
Binary 11001011 110 1111010 0 1100001 101000 10100 101000101 1011110 101001

Color Harmonies of #CB067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB067A

Black with #CB067A

Text Example


Text Example

White with #CB067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB067A; }

 p { color: rgb(203,6,122); }

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

background-color css

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

 a { background-color: rgb(203,6,122); }

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

border-color css

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

 span { border-color: rgb(203,6,122); }

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