Html Css Color HEX #C1024D Jazzberry Jam

📋 copy color: '#C1024D'

red 193 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #C1024D

Tints of Jazzberry Jam #C1024D

RGB

 RED value IS 193 (75.78% from 255) = 70.96%

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 70.96%
G = 0.74%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1024D (or 0xC1024D) is known color: Jazzberry Jam. HEX triplet: C1, 02 and 4D. RGB value is (193,2,77). Sum of RGB (Red+Green+Blue) = 193+2+77=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1024D is #3EFDB2. Grayscale: #434343. Windows color (decimal): -4128179 or 5046977. OLE color: 5046977.

HSL color Cylindrical-coordinate representation of color #C1024D: hue angle of 336.44º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1024D is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 2 77 -
CMYK 0 0.99 0.60 0.24
HSL 336.44º 0.98% 0.38% -
HSV(B) 336.44º 0.99% 0.76% -
XYZ 23.35 11.92 8.09 -
YUV 67.66 133.28 217.4 -
System Red Green Blue C M Y K H S L
Decimal 193 2 77 0 0.99 0.60 0.24 336.44 0.98 0.38
Hex C1 2 4D 0 63 3C 18 150 62 26
Octal 301 2 115 0 143 74 30 520 142 46
Binary 11000001 10 1001101 0 1100011 111100 11000 101010000 1100010 100110

Color Harmonies of #C1024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1024D

Black with #C1024D

Text Example


Text Example

White with #C1024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1024D; }

 p { color: rgb(193,2,77); }

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

background-color css

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

 a { background-color: rgb(193,2,77); }

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

border-color css

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

 span { border-color: rgb(193,2,77); }

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