Html Css Color HEX #CF0F8A Medium Violet Red

📋 copy color: '#CF0F8A'

red 207 ◦ green 15 ◦ blue 138

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

Shades of Medium Violet Red #CF0F8A

Tints of Medium Violet Red #CF0F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.33%

R = 57.5%
G = 4.17%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF0F8A (or 0xCF0F8A) is known color: Medium Violet Red. HEX triplet: CF, 0F and 8A. RGB value is (207,15,138). Sum of RGB (Red+Green+Blue) = 207+15+138=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 15 (6.25% from 255 or 4.17% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0F8A is #30F075. Grayscale: #565656. Windows color (decimal): -3207286 or 9048015. OLE color: 9048015.

HSL color Cylindrical-coordinate representation of color #CF0F8A: hue angle of 321.56º 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 #CF0F8A is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 15 138 -
CMYK 0 0.93 0.33 0.19
HSL 321.56º 0.86% 0.44% -
HSV(B) 321.56º 0.93% 0.81% -
XYZ 30.49 15.44 25.42 -
YUV 86.43 157.11 214 -
System Red Green Blue C M Y K H S L
Decimal 207 15 138 0 0.93 0.33 0.19 321.56 0.86 0.44
Hex CF F 8A 0 5D 21 13 142 56 2C
Octal 317 17 212 0 135 41 23 502 126 54
Binary 11001111 1111 10001010 0 1011101 100001 10011 101000010 1010110 101100

Color Harmonies of #CF0F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0F8A

Black with #CF0F8A

Text Example


Text Example

White with #CF0F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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