Html Css Color HEX #CF23AB Medium Violet Red

📋 copy color: '#CF23AB'

red 207 ◦ green 35 ◦ blue 171

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

Shades of Medium Violet Red #CF23AB

Tints of Medium Violet Red #CF23AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.4%

R = 50.12%
G = 8.47%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF23AB (or 0xCF23AB) is known color: Medium Violet Red. HEX triplet: CF, 23 and AB. RGB value is (207,35,171). Sum of RGB (Red+Green+Blue) = 207+35+171=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF23AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF23AB is #30DC54. Grayscale: #656565. Windows color (decimal): -3202133 or 11215823. OLE color: 11215823.

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

Color convert

RGB 207 35 171 -
CMYK 0 0.83 0.17 0.19
HSL 312.56º 0.71% 0.47% -
HSV(B) 312.56º 0.83% 0.81% -
XYZ 33.68 17.41 40.11 -
YUV 101.93 166.98 202.94 -
System Red Green Blue C M Y K H S L
Decimal 207 35 171 0 0.83 0.17 0.19 312.56 0.71 0.47
Hex CF 23 AB 0 53 11 13 139 47 2F
Octal 317 43 253 0 123 21 23 471 107 57
Binary 11001111 100011 10101011 0 1010011 10001 10011 100111001 1000111 101111

Color Harmonies of #CF23AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF23AB

Black with #CF23AB

Text Example


Text Example

White with #CF23AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF23AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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