Html Css Color HEX #CF0482 Medium Violet Red

📋 copy color: '#CF0482'

red 207 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #CF0482

Tints of Medium Violet Red #CF0482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.17%

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 60.7%
G = 1.17%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CF0482 (or 0xCF0482) is known color: Medium Violet Red. HEX triplet: CF, 04 and 82. RGB value is (207,4,130). Sum of RGB (Red+Green+Blue) = 207+4+130=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0482 is #30FB7D. Grayscale: #4E4E4E. Windows color (decimal): -3210110 or 8520911. OLE color: 8520911.

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

Color convert

RGB 207 4 130 -
CMYK 0 0.98 0.37 0.19
HSL 322.76º 0.96% 0.41% -
HSV(B) 322.76º 0.98% 0.81% -
XYZ 29.8 14.96 22.44 -
YUV 79.06 156.75 219.25 -
System Red Green Blue C M Y K H S L
Decimal 207 4 130 0 0.98 0.37 0.19 322.76 0.96 0.41
Hex CF 4 82 0 62 25 13 143 60 29
Octal 317 4 202 0 142 45 23 503 140 51
Binary 11001111 100 10000010 0 1100010 100101 10011 101000011 1100000 101001

Color Harmonies of #CF0482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0482

Black with #CF0482

Text Example


Text Example

White with #CF0482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0482; }

 p { color: rgb(207,4,130); }

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

background-color css

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

 a { background-color: rgb(207,4,130); }

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

border-color css

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

 span { border-color: rgb(207,4,130); }

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