Html Css Color HEX #C3248B Medium Violet Red

📋 copy color: '#C3248B'

red 195 ◦ green 36 ◦ blue 139

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

Shades of Medium Violet Red #C3248B

Tints of Medium Violet Red #C3248B

RGB

 RED value IS 195 (76.56% from 255) = 52.7%

 GREEN value IS 36 (14.45% from 255) = 9.73%

 BLUE value IS 139 (54.69% from 255) = 37.57%

R = 52.7%
G = 9.73%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3248B (or 0xC3248B) is known color: Medium Violet Red. HEX triplet: C3, 24 and 8B. RGB value is (195,36,139). Sum of RGB (Red+Green+Blue) = 195+36+139=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3248B is #3CDB74. Grayscale: #5F5F5F. Windows color (decimal): -3988341 or 9118915. OLE color: 9118915.

HSL color Cylindrical-coordinate representation of color #C3248B: hue angle of 321.13º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3248B is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 36 139 -
CMYK 0 0.82 0.29 0.24
HSL 321.13º 0.69% 0.45% -
HSV(B) 321.13º 0.82% 0.76% -
XYZ 27.8 14.73 25.8 -
YUV 95.28 152.68 199.12 -
System Red Green Blue C M Y K H S L
Decimal 195 36 139 0 0.82 0.29 0.24 321.13 0.69 0.45
Hex C3 24 8B 0 52 1D 18 141 45 2D
Octal 303 44 213 0 122 35 30 501 105 55
Binary 11000011 100100 10001011 0 1010010 11101 11000 101000001 1000101 101101

Color Harmonies of #C3248B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3248B

Black with #C3248B

Text Example


Text Example

White with #C3248B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3248B; }

 p { color: rgb(195,36,139); }

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

background-color css

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

 a { background-color: rgb(195,36,139); }

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

border-color css

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

 span { border-color: rgb(195,36,139); }

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