Html Css Color HEX #C01163 Jazzberry Jam

📋 copy color: '#C01163'

red 192 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #C01163

Tints of Jazzberry Jam #C01163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

 BLUE value IS 99 (39.06% from 255) = 32.14%

R = 62.34%
G = 5.52%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C01163 (or 0xC01163) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 63. RGB value is (192,17,99). Sum of RGB (Red+Green+Blue) = 192+17+99=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C01163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01163 is #3FEE9C. Grayscale: #4E4E4E. Windows color (decimal): -4189853 or 6492608. OLE color: 6492608.

HSL color Cylindrical-coordinate representation of color #C01163: hue angle of 331.89º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01163 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 99 -
CMYK 0 0.91 0.48 0.25
HSL 331.89º 0.84% 0.41% -
HSV(B) 331.89º 0.91% 0.75% -
XYZ 24.19 12.51 12.94 -
YUV 78.67 139.48 208.83 -
System Red Green Blue C M Y K H S L
Decimal 192 17 99 0 0.91 0.48 0.25 331.89 0.84 0.41
Hex C0 11 63 0 5B 30 19 14C 54 29
Octal 300 21 143 0 133 60 31 514 124 51
Binary 11000000 10001 1100011 0 1011011 110000 11001 101001100 1010100 101001

Color Harmonies of #C01163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01163

Black with #C01163

Text Example


Text Example

White with #C01163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01163; }

 p { color: rgb(192,17,99); }

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

background-color css

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

 a { background-color: rgb(192,17,99); }

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

border-color css

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

 span { border-color: rgb(192,17,99); }

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