Html Css Color HEX #C20364 Jazzberry Jam

📋 copy color: '#C20364'

red 194 ◦ green 3 ◦ blue 100

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

Shades of Jazzberry Jam #C20364

Tints of Jazzberry Jam #C20364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.67%

R = 65.32%
G = 1.01%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C20364 (or 0xC20364) is known color: Jazzberry Jam. HEX triplet: C2, 03 and 64. RGB value is (194,3,100). Sum of RGB (Red+Green+Blue) = 194+3+100=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C20364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20364 is #3DFC9B. Grayscale: #464646. Windows color (decimal): -4062364 or 6554562. OLE color: 6554562.

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

Color convert

RGB 194 3 100 -
CMYK 0 0.98 0.48 0.24
HSL 329.53º 0.97% 0.39% -
HSV(B) 329.53º 0.98% 0.76% -
XYZ 24.58 12.45 13.17 -
YUV 71.17 144.28 215.61 -
System Red Green Blue C M Y K H S L
Decimal 194 3 100 0 0.98 0.48 0.24 329.53 0.97 0.39
Hex C2 3 64 0 62 30 18 14A 61 27
Octal 302 3 144 0 142 60 30 512 141 47
Binary 11000010 11 1100100 0 1100010 110000 11000 101001010 1100001 100111

Color Harmonies of #C20364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20364

Black with #C20364

Text Example


Text Example

White with #C20364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20364; }

 p { color: rgb(194,3,100); }

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

background-color css

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

 a { background-color: rgb(194,3,100); }

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

border-color css

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

 span { border-color: rgb(194,3,100); }

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