Html Css Color HEX #C0034C Jazzberry Jam

📋 copy color: '#C0034C'

red 192 ◦ green 3 ◦ blue 76

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

Shades of Jazzberry Jam #C0034C

Tints of Jazzberry Jam #C0034C

RGB

 RED value IS 192 (75.39% from 255) = 70.85%

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 70.85%
G = 1.11%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0034C (or 0xC0034C) is known color: Jazzberry Jam. HEX triplet: C0, 03 and 4C. RGB value is (192,3,76). Sum of RGB (Red+Green+Blue) = 192+3+76=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0034C is #3FFCB3. Grayscale: #434343. Windows color (decimal): -4193460 or 4981696. OLE color: 4981696.

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

Color convert

RGB 192 3 76 -
CMYK 0 0.98 0.60 0.25
HSL 336.83º 0.97% 0.38% -
HSV(B) 336.83º 0.98% 0.75% -
XYZ 23.08 11.79 7.9 -
YUV 67.83 132.62 216.56 -
System Red Green Blue C M Y K H S L
Decimal 192 3 76 0 0.98 0.60 0.25 336.83 0.97 0.38
Hex C0 3 4C 0 62 3C 19 151 61 26
Octal 300 3 114 0 142 74 31 521 141 46
Binary 11000000 11 1001100 0 1100010 111100 11001 101010001 1100001 100110

Color Harmonies of #C0034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0034C

Black with #C0034C

Text Example


Text Example

White with #C0034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0034C; }

 p { color: rgb(192,3,76); }

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

background-color css

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

 a { background-color: rgb(192,3,76); }

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

border-color css

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

 span { border-color: rgb(192,3,76); }

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