Html Css Color HEX #C20462 Jazzberry Jam

📋 copy color: '#C20462'

red 194 ◦ green 4 ◦ blue 98

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

Shades of Jazzberry Jam #C20462

Tints of Jazzberry Jam #C20462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 65.54%
G = 1.35%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C20462 (or 0xC20462) is known color: Jazzberry Jam. HEX triplet: C2, 04 and 62. RGB value is (194,4,98). Sum of RGB (Red+Green+Blue) = 194+4+98=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C20462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20462 is #3DFB9D. Grayscale: #474747. Windows color (decimal): -4062110 or 6423746. OLE color: 6423746.

HSL color Cylindrical-coordinate representation of color #C20462: hue angle of 330.32º degrees, saturation: 0.96, 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 #C20462 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 4 98 -
CMYK 0 0.98 0.49 0.24
HSL 330.32º 0.96% 0.39% -
HSV(B) 330.32º 0.98% 0.76% -
XYZ 24.5 12.44 12.66 -
YUV 71.53 142.95 215.36 -
System Red Green Blue C M Y K H S L
Decimal 194 4 98 0 0.98 0.49 0.24 330.32 0.96 0.39
Hex C2 4 62 0 62 31 18 14A 60 27
Octal 302 4 142 0 142 61 30 512 140 47
Binary 11000010 100 1100010 0 1100010 110001 11000 101001010 1100000 100111

Color Harmonies of #C20462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20462

Black with #C20462

Text Example


Text Example

White with #C20462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20462; }

 p { color: rgb(194,4,98); }

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

background-color css

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

 a { background-color: rgb(194,4,98); }

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

border-color css

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

 span { border-color: rgb(194,4,98); }

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