Html Css Color HEX #CF238E Medium Violet Red

📋 copy color: '#CF238E'

red 207 ◦ green 35 ◦ blue 142

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

Shades of Medium Violet Red #CF238E

Tints of Medium Violet Red #CF238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.11%

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 53.91%
G = 9.11%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF238E (or 0xCF238E) is known color: Medium Violet Red. HEX triplet: CF, 23 and 8E. RGB value is (207,35,142). Sum of RGB (Red+Green+Blue) = 207+35+142=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF238E is #30DC71. Grayscale: #626262. Windows color (decimal): -3202162 or 9315279. OLE color: 9315279.

HSL color Cylindrical-coordinate representation of color #CF238E: hue angle of 322.67º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF238E is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 35 142 -
CMYK 0 0.83 0.31 0.19
HSL 322.67º 0.71% 0.47% -
HSV(B) 322.67º 0.83% 0.81% -
XYZ 31.22 16.42 27.12 -
YUV 98.63 152.48 205.3 -
System Red Green Blue C M Y K H S L
Decimal 207 35 142 0 0.83 0.31 0.19 322.67 0.71 0.47
Hex CF 23 8E 0 53 1F 13 143 47 2F
Octal 317 43 216 0 123 37 23 503 107 57
Binary 11001111 100011 10001110 0 1010011 11111 10011 101000011 1000111 101111

Color Harmonies of #CF238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF238E

Black with #CF238E

Text Example


Text Example

White with #CF238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF238E; }

 p { color: rgb(207,35,142); }

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

background-color css

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

 a { background-color: rgb(207,35,142); }

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

border-color css

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

 span { border-color: rgb(207,35,142); }

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