Html Css Color HEX #C01363 Jazzberry Jam

📋 copy color: '#C01363'

red 192 ◦ green 19 ◦ blue 99

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

Shades of Jazzberry Jam #C01363

Tints of Jazzberry Jam #C01363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

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

R = 61.94%
G = 6.13%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C01363 (or 0xC01363) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 63. RGB value is (192,19,99). Sum of RGB (Red+Green+Blue) = 192+19+99=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C01363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01363 is #3FEC9C. Grayscale: #4F4F4F. Windows color (decimal): -4189341 or 6493120. OLE color: 6493120.

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

Color convert

RGB 192 19 99 -
CMYK 0 0.90 0.48 0.25
HSL 332.25º 0.82% 0.41% -
HSV(B) 332.25º 0.9% 0.75% -
XYZ 24.22 12.57 12.95 -
YUV 79.85 138.81 208 -
System Red Green Blue C M Y K H S L
Decimal 192 19 99 0 0.90 0.48 0.25 332.25 0.82 0.41
Hex C0 13 63 0 5A 30 19 14C 52 29
Octal 300 23 143 0 132 60 31 514 122 51
Binary 11000000 10011 1100011 0 1011010 110000 11001 101001100 1010010 101001

Color Harmonies of #C01363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01363

Black with #C01363

Text Example


Text Example

White with #C01363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01363; }

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

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

background-color css

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

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

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

border-color css

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

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

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