Html Css Color HEX #C01361 Jazzberry Jam

📋 copy color: '#C01361'

red 192 ◦ green 19 ◦ blue 97

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

Shades of Jazzberry Jam #C01361

Tints of Jazzberry Jam #C01361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 62.34%
G = 6.17%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C01361 (or 0xC01361) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 61. RGB value is (192,19,97). Sum of RGB (Red+Green+Blue) = 192+19+97=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C01361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01361 is #3FEC9E. Grayscale: #4F4F4F. Windows color (decimal): -4189343 or 6362048. OLE color: 6362048.

HSL color Cylindrical-coordinate representation of color #C01361: hue angle of 332.95º 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 #C01361 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 19 97 -
CMYK 0 0.90 0.49 0.25
HSL 332.95º 0.82% 0.41% -
HSV(B) 332.95º 0.9% 0.75% -
XYZ 24.13 12.54 12.46 -
YUV 79.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 192 19 97 0 0.90 0.49 0.25 332.95 0.82 0.41
Hex C0 13 61 0 5A 31 19 14D 52 29
Octal 300 23 141 0 132 61 31 515 122 51
Binary 11000000 10011 1100001 0 1011010 110001 11001 101001101 1010010 101001

Color Harmonies of #C01361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01361

Black with #C01361

Text Example


Text Example

White with #C01361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01361; }

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

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

background-color css

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

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

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

border-color css

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

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

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