Html Css Color HEX #CB318F Medium Red Violet

📋 copy color: '#CB318F'

red 203 ◦ green 49 ◦ blue 143

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

Shades of Medium Red Violet #CB318F

Tints of Medium Red Violet #CB318F

RGB

 RED value IS 203 (79.69% from 255) = 51.39%

 GREEN value IS 49 (19.53% from 255) = 12.41%

 BLUE value IS 143 (56.25% from 255) = 36.2%

R = 51.39%
G = 12.41%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB318F (or 0xCB318F) is known color: Medium Red Violet. HEX triplet: CB, 31 and 8F. RGB value is (203,49,143). Sum of RGB (Red+Green+Blue) = 203+49+143=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB318F is #34CE70. Grayscale: #696969. Windows color (decimal): -3460721 or 9384395. OLE color: 9384395.

HSL color Cylindrical-coordinate representation of color #CB318F: hue angle of 323.38º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB318F is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 49 143 -
CMYK 0 0.76 0.30 0.20
HSL 323.38º 0.61% 0.49% -
HSV(B) 323.38º 0.76% 0.8% -
XYZ 30.68 16.88 27.63 -
YUV 105.76 149.02 197.36 -
System Red Green Blue C M Y K H S L
Decimal 203 49 143 0 0.76 0.30 0.20 323.38 0.61 0.49
Hex CB 31 8F 0 4C 1E 14 143 3D 31
Octal 313 61 217 0 114 36 24 503 75 61
Binary 11001011 110001 10001111 0 1001100 11110 10100 101000011 111101 110001

Color Harmonies of #CB318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB318F

Black with #CB318F

Text Example


Text Example

White with #CB318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB318F; }

 p { color: rgb(203,49,143); }

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

background-color css

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

 a { background-color: rgb(203,49,143); }

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

border-color css

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

 span { border-color: rgb(203,49,143); }

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