Html Css Color HEX #C01461 Jazzberry Jam

📋 copy color: '#C01461'

red 192 ◦ green 20 ◦ blue 97

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

Shades of Jazzberry Jam #C01461

Tints of Jazzberry Jam #C01461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.47%

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

R = 62.14%
G = 6.47%
B = 31.39%

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

#C01461 (or 0xC01461) is known color: Jazzberry Jam. HEX triplet: C0, 14 and 61. RGB value is (192,20,97). Sum of RGB (Red+Green+Blue) = 192+20+97=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C01461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01461 is #3FEB9E. Grayscale: #505050. Windows color (decimal): -4189087 or 6362304. OLE color: 6362304.

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

Color convert

RGB 192 20 97 -
CMYK 0 0.90 0.49 0.25
HSL 333.14º 0.81% 0.42% -
HSV(B) 333.14º 0.9% 0.75% -
XYZ 24.15 12.57 12.46 -
YUV 80.21 137.48 207.74 -
System Red Green Blue C M Y K H S L
Decimal 192 20 97 0 0.90 0.49 0.25 333.14 0.81 0.42
Hex C0 14 61 0 5A 31 19 14D 51 2A
Octal 300 24 141 0 132 61 31 515 121 52
Binary 11000000 10100 1100001 0 1011010 110001 11001 101001101 1010001 101010

Color Harmonies of #C01461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01461

Black with #C01461

Text Example


Text Example

White with #C01461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01461; }

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

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

background-color css

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

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

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

border-color css

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

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

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