Html Css Color HEX #C20D5A Jazzberry Jam

📋 copy color: '#C20D5A'

red 194 ◦ green 13 ◦ blue 90

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

Shades of Jazzberry Jam #C20D5A

Tints of Jazzberry Jam #C20D5A

RGB

 RED value IS 194 (76.17% from 255) = 65.32%

 GREEN value IS 13 (5.47% from 255) = 4.38%

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 65.32%
G = 4.38%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C20D5A (or 0xC20D5A) is known color: Jazzberry Jam. HEX triplet: C2, 0D and 5A. RGB value is (194,13,90). Sum of RGB (Red+Green+Blue) = 194+13+90=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D5A is #3DF2A5. Grayscale: #4B4B4B. Windows color (decimal): -4059814 or 5901762. OLE color: 5901762.

HSL color Cylindrical-coordinate representation of color #C20D5A: hue angle of 334.48º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D5A is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 13 90 -
CMYK 0 0.93 0.54 0.24
HSL 334.48º 0.87% 0.41% -
HSV(B) 334.48º 0.93% 0.76% -
XYZ 24.24 12.5 10.81 -
YUV 75.9 135.97 212.24 -
System Red Green Blue C M Y K H S L
Decimal 194 13 90 0 0.93 0.54 0.24 334.48 0.87 0.41
Hex C2 D 5A 0 5D 36 18 14E 57 29
Octal 302 15 132 0 135 66 30 516 127 51
Binary 11000010 1101 1011010 0 1011101 110110 11000 101001110 1010111 101001

Color Harmonies of #C20D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D5A

Black with #C20D5A

Text Example


Text Example

White with #C20D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D5A; }

 p { color: rgb(194,13,90); }

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

background-color css

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

 a { background-color: rgb(194,13,90); }

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

border-color css

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

 span { border-color: rgb(194,13,90); }

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