Html Css Color HEX #CF188A Medium Violet Red

📋 copy color: '#CF188A'

red 207 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #CF188A

Tints of Medium Violet Red #CF188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.5%

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

R = 56.1%
G = 6.5%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF188A (or 0xCF188A) is known color: Medium Violet Red. HEX triplet: CF, 18 and 8A. RGB value is (207,24,138). Sum of RGB (Red+Green+Blue) = 207+24+138=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF188A is #30E775. Grayscale: #5B5B5B. Windows color (decimal): -3204982 or 9050319. OLE color: 9050319.

HSL color Cylindrical-coordinate representation of color #CF188A: hue angle of 322.62º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF188A is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 24 138 -
CMYK 0 0.88 0.33 0.19
HSL 322.62º 0.79% 0.45% -
HSV(B) 322.62º 0.88% 0.81% -
XYZ 30.65 15.75 25.47 -
YUV 91.71 154.13 210.23 -
System Red Green Blue C M Y K H S L
Decimal 207 24 138 0 0.88 0.33 0.19 322.62 0.79 0.45
Hex CF 18 8A 0 58 21 13 143 4F 2D
Octal 317 30 212 0 130 41 23 503 117 55
Binary 11001111 11000 10001010 0 1011000 100001 10011 101000011 1001111 101101

Color Harmonies of #CF188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF188A

Black with #CF188A

Text Example


Text Example

White with #CF188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF188A; }

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

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

background-color css

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

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

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

border-color css

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

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

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