Html Css Color HEX #CB07A7 Medium Violet Red

📋 copy color: '#CB07A7'

red 203 ◦ green 7 ◦ blue 167

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

Shades of Medium Violet Red #CB07A7

Tints of Medium Violet Red #CB07A7

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.86%

 BLUE value IS 167 (65.63% from 255) = 44.3%

R = 53.85%
G = 1.86%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CB07A7 (or 0xCB07A7) is known color: Medium Violet Red. HEX triplet: CB, 07 and A7. RGB value is (203,7,167). Sum of RGB (Red+Green+Blue) = 203+7+167=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB07A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB07A7 is #34F858. Grayscale: #535353. Windows color (decimal): -3471449 or 10946507. OLE color: 10946507.

HSL color Cylindrical-coordinate representation of color #CB07A7: hue angle of 311.02º degrees, saturation: 0.93, 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 #CB07A7 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 7 167 -
CMYK 0 0.97 0.18 0.20
HSL 311.02º 0.93% 0.41% -
HSV(B) 311.02º 0.97% 0.8% -
XYZ 31.68 15.64 37.91 -
YUV 83.84 174.93 212.99 -
System Red Green Blue C M Y K H S L
Decimal 203 7 167 0 0.97 0.18 0.20 311.02 0.93 0.41
Hex CB 7 A7 0 61 12 14 137 5D 29
Octal 313 7 247 0 141 22 24 467 135 51
Binary 11001011 111 10100111 0 1100001 10010 10100 100110111 1011101 101001

Color Harmonies of #CB07A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB07A7

Black with #CB07A7

Text Example


Text Example

White with #CB07A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB07A7; }

 p { color: rgb(203,7,167); }

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

background-color css

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

 a { background-color: rgb(203,7,167); }

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

border-color css

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

 span { border-color: rgb(203,7,167); }

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