Html Css Color HEX #CF0C7A Medium Violet Red

📋 copy color: '#CF0C7A'

red 207 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #CF0C7A

Tints of Medium Violet Red #CF0C7A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.52%

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

R = 60.7%
G = 3.52%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF0C7A (or 0xCF0C7A) is known color: Medium Violet Red. HEX triplet: CF, 0C and 7A. RGB value is (207,12,122). Sum of RGB (Red+Green+Blue) = 207+12+122=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0C7A is #30F385. Grayscale: #525252. Windows color (decimal): -3208070 or 7998671. OLE color: 7998671.

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

Color convert

RGB 207 12 122 -
CMYK 0 0.94 0.41 0.19
HSL 326.15º 0.89% 0.43% -
HSV(B) 326.15º 0.94% 0.81% -
XYZ 29.38 14.93 19.75 -
YUV 82.85 150.1 216.56 -
System Red Green Blue C M Y K H S L
Decimal 207 12 122 0 0.94 0.41 0.19 326.15 0.89 0.43
Hex CF C 7A 0 5E 29 13 146 59 2B
Octal 317 14 172 0 136 51 23 506 131 53
Binary 11001111 1100 1111010 0 1011110 101001 10011 101000110 1011001 101011

Color Harmonies of #CF0C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0C7A

Black with #CF0C7A

Text Example


Text Example

White with #CF0C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0C7A; }

 p { color: rgb(207,12,122); }

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

background-color css

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

 a { background-color: rgb(207,12,122); }

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

border-color css

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

 span { border-color: rgb(207,12,122); }

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