Html Css Color HEX #CF0FA4 Medium Violet Red

📋 copy color: '#CF0FA4'

red 207 ◦ green 15 ◦ blue 164

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

Shades of Medium Violet Red #CF0FA4

Tints of Medium Violet Red #CF0FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.49%

R = 53.63%
G = 3.89%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CF0FA4 (or 0xCF0FA4) is known color: Medium Violet Red. HEX triplet: CF, 0F and A4. RGB value is (207,15,164). Sum of RGB (Red+Green+Blue) = 207+15+164=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0FA4 is #30F05B. Grayscale: #585858. Windows color (decimal): -3207260 or 10751951. OLE color: 10751951.

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

Color convert

RGB 207 15 164 -
CMYK 0 0.93 0.21 0.19
HSL 313.44º 0.86% 0.44% -
HSV(B) 313.44º 0.93% 0.81% -
XYZ 32.6 16.29 36.55 -
YUV 89.39 170.11 211.88 -
System Red Green Blue C M Y K H S L
Decimal 207 15 164 0 0.93 0.21 0.19 313.44 0.86 0.44
Hex CF F A4 0 5D 15 13 139 56 2C
Octal 317 17 244 0 135 25 23 471 126 54
Binary 11001111 1111 10100100 0 1011101 10101 10011 100111001 1010110 101100

Color Harmonies of #CF0FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0FA4

Black with #CF0FA4

Text Example


Text Example

White with #CF0FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0FA4; }

 p { color: rgb(207,15,164); }

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

background-color css

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

 a { background-color: rgb(207,15,164); }

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

border-color css

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

 span { border-color: rgb(207,15,164); }

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