Html Css Color HEX #CF0188 Medium Violet Red

📋 copy color: '#CF0188'

red 207 ◦ green 1 ◦ blue 136

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

Shades of Medium Violet Red #CF0188

Tints of Medium Violet Red #CF0188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 60.17%
G = 0.29%
B = 39.53%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.19

RGB Variations

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

Color information

#CF0188 (or 0xCF0188) is known color: Medium Violet Red. HEX triplet: CF, 01 and 88. RGB value is (207,1,136). Sum of RGB (Red+Green+Blue) = 207+1+136=344 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.17% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0188 is #30FE77. Grayscale: #4D4D4D. Windows color (decimal): -3210872 or 8913359. OLE color: 8913359.

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

Color convert

RGB 207 1 136 -
CMYK 0 1.00 0.34 0.19
HSL 320.68º 0.99% 0.41% -
HSV(B) 320.68º 1% 0.81% -
XYZ 30.19 15.06 24.61 -
YUV 77.98 160.75 220.02 -
System Red Green Blue C M Y K H S L
Decimal 207 1 136 0 1.00 0.34 0.19 320.68 0.99 0.41
Hex CF 1 88 0 64 22 13 141 63 29
Octal 317 1 210 0 144 42 23 501 143 51
Binary 11001111 1 10001000 0 1100100 100010 10011 101000001 1100011 101001

Color Harmonies of #CF0188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0188

Black with #CF0188

Text Example


Text Example

White with #CF0188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0188; }

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

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

background-color css

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

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

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

border-color css

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

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

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