Html Css Color HEX #CF0581 Medium Violet Red

📋 copy color: '#CF0581'

red 207 ◦ green 5 ◦ blue 129

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

Shades of Medium Violet Red #CF0581

Tints of Medium Violet Red #CF0581

RGB

 RED value IS 207 (81.25% from 255) = 60.7%

 GREEN value IS 5 (2.34% from 255) = 1.47%

 BLUE value IS 129 (50.78% from 255) = 37.83%

R = 60.7%
G = 1.47%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CF0581 (or 0xCF0581) is known color: Medium Violet Red. HEX triplet: CF, 05 and 81. RGB value is (207,5,129). Sum of RGB (Red+Green+Blue) = 207+5+129=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0581 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0581 is #30FA7E. Grayscale: #4F4F4F. Windows color (decimal): -3209855 or 8455631. OLE color: 8455631.

HSL color Cylindrical-coordinate representation of color #CF0581: hue angle of 323.17º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF0581 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 129 -
CMYK 0 0.98 0.38 0.19
HSL 323.17º 0.95% 0.42% -
HSV(B) 323.17º 0.98% 0.81% -
XYZ 29.75 14.96 22.09 -
YUV 79.53 155.92 218.92 -
System Red Green Blue C M Y K H S L
Decimal 207 5 129 0 0.98 0.38 0.19 323.17 0.95 0.42
Hex CF 5 81 0 62 26 13 143 5F 2A
Octal 317 5 201 0 142 46 23 503 137 52
Binary 11001111 101 10000001 0 1100010 100110 10011 101000011 1011111 101010

Color Harmonies of #CF0581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0581

Black with #CF0581

Text Example


Text Example

White with #CF0581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0581; }

 p { color: rgb(207,5,129); }

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

background-color css

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

 a { background-color: rgb(207,5,129); }

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

border-color css

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

 span { border-color: rgb(207,5,129); }

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