Html Css Color HEX #C1004A Jazzberry Jam

📋 copy color: '#C1004A'

red 193 ◦ green 0 ◦ blue 74

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

Shades of Jazzberry Jam #C1004A

Tints of Jazzberry Jam #C1004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 27.72%

R = 72.28%
G = 0%
B = 27.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1004A (or 0xC1004A) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 4A. RGB value is (193,0,74). Sum of RGB (Red+Green+Blue) = 193+0+74=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C1004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1004A is #3EFFB5. Grayscale: #424242. Windows color (decimal): -4128694 or 4849857. OLE color: 4849857.

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

Color convert

RGB 193 0 74 -
CMYK 0 1 0.62 0.24
HSL 336.99º 1% 0.38% -
HSV(B) 336.99º 1% 0.76% -
XYZ 23.23 11.83 7.54 -
YUV 66.14 132.44 218.48 -
System Red Green Blue C M Y K H S L
Decimal 193 0 74 0 1 0.62 0.24 336.99 1 0.38
Hex C1 0 4A 0 64 3E 18 151 64 26
Octal 301 0 112 0 144 76 30 521 144 46
Binary 11000001 0 1001010 0 1100100 111110 11000 101010001 1100100 100110

Color Harmonies of #C1004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1004A

Black with #C1004A

Text Example


Text Example

White with #C1004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1004A; }

 p { color: rgb(193,0,74); }

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

background-color css

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

 a { background-color: rgb(193,0,74); }

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

border-color css

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

 span { border-color: rgb(193,0,74); }

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