Html Css Color HEX #CF0388 Medium Violet Red

📋 copy color: '#CF0388'

red 207 ◦ green 3 ◦ blue 136

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

Shades of Medium Violet Red #CF0388

Tints of Medium Violet Red #CF0388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 59.83%
G = 0.87%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF0388 (or 0xCF0388) is known color: Medium Violet Red. HEX triplet: CF, 03 and 88. RGB value is (207,3,136). Sum of RGB (Red+Green+Blue) = 207+3+136=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 3 (1.56% from 255 or 0.87% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0388 is #30FC77. Grayscale: #4E4E4E. Windows color (decimal): -3210360 or 8913871. OLE color: 8913871.

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

Color convert

RGB 207 3 136 -
CMYK 0 0.99 0.34 0.19
HSL 320.88º 0.97% 0.41% -
HSV(B) 320.88º 0.99% 0.81% -
XYZ 30.21 15.11 24.62 -
YUV 79.16 160.09 219.19 -
System Red Green Blue C M Y K H S L
Decimal 207 3 136 0 0.99 0.34 0.19 320.88 0.97 0.41
Hex CF 3 88 0 63 22 13 141 61 29
Octal 317 3 210 0 143 42 23 501 141 51
Binary 11001111 11 10001000 0 1100011 100010 10011 101000001 1100001 101001

Color Harmonies of #CF0388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0388

Black with #CF0388

Text Example


Text Example

White with #CF0388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0388; }

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

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

background-color css

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

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

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

border-color css

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

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

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