Html Css Color HEX #CB0F7F Medium Violet Red

📋 copy color: '#CB0F7F'

red 203 ◦ green 15 ◦ blue 127

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

Shades of Medium Violet Red #CB0F7F

Tints of Medium Violet Red #CB0F7F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.35%

 BLUE value IS 127 (50% from 255) = 36.81%

R = 58.84%
G = 4.35%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB0F7F (or 0xCB0F7F) is known color: Medium Violet Red. HEX triplet: CB, 0F and 7F. RGB value is (203,15,127). Sum of RGB (Red+Green+Blue) = 203+15+127=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0F7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB0F7F is #34F080. Grayscale: #535353. Windows color (decimal): -3469441 or 8327115. OLE color: 8327115.

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

Color convert

RGB 203 15 127 -
CMYK 0 0.93 0.37 0.20
HSL 324.26º 0.86% 0.43% -
HSV(B) 324.26º 0.93% 0.8% -
XYZ 28.63 14.57 21.38 -
YUV 83.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 203 15 127 0 0.93 0.37 0.20 324.26 0.86 0.43
Hex CB F 7F 0 5D 25 14 144 56 2B
Octal 313 17 177 0 135 45 24 504 126 53
Binary 11001011 1111 1111111 0 1011101 100101 10100 101000100 1010110 101011

Color Harmonies of #CB0F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0F7F

Black with #CB0F7F

Text Example


Text Example

White with #CB0F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0F7F; }

 p { color: rgb(203,15,127); }

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

background-color css

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

 a { background-color: rgb(203,15,127); }

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

border-color css

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

 span { border-color: rgb(203,15,127); }

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