Html Css Color HEX #CF0374 Medium Violet Red

📋 copy color: '#CF0374'

red 207 ◦ green 3 ◦ blue 116

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

Shades of Medium Violet Red #CF0374

Tints of Medium Violet Red #CF0374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.92%

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 63.5%
G = 0.92%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF0374 (or 0xCF0374) is known color: Medium Violet Red. HEX triplet: CF, 03 and 74. RGB value is (207,3,116). Sum of RGB (Red+Green+Blue) = 207+3+116=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0374 is #30FC8B. Grayscale: #4C4C4C. Windows color (decimal): -3210380 or 7603151. OLE color: 7603151.

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

Color convert

RGB 207 3 116 -
CMYK 0 0.99 0.44 0.19
HSL 326.76º 0.97% 0.41% -
HSV(B) 326.76º 0.99% 0.81% -
XYZ 28.92 14.59 17.82 -
YUV 76.88 150.09 220.81 -
System Red Green Blue C M Y K H S L
Decimal 207 3 116 0 0.99 0.44 0.19 326.76 0.97 0.41
Hex CF 3 74 0 63 2C 13 147 61 29
Octal 317 3 164 0 143 54 23 507 141 51
Binary 11001111 11 1110100 0 1100011 101100 10011 101000111 1100001 101001

Color Harmonies of #CF0374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0374

Black with #CF0374

Text Example


Text Example

White with #CF0374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0374; }

 p { color: rgb(207,3,116); }

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

background-color css

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

 a { background-color: rgb(207,3,116); }

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

border-color css

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

 span { border-color: rgb(207,3,116); }

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