Html Css Color HEX #C10051 Jazzberry Jam

📋 copy color: '#C10051'

red 193 ◦ green 0 ◦ blue 81

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

Shades of Jazzberry Jam #C10051

Tints of Jazzberry Jam #C10051

RGB

 RED value IS 193 (75.78% from 255) = 70.44%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 81 (32.03% from 255) = 29.56%

R = 70.44%
G = 0%
B = 29.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C10051 (or 0xC10051) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 51. RGB value is (193,0,81). Sum of RGB (Red+Green+Blue) = 193+0+81=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C10051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10051 is #3EFFAE. Grayscale: #424242. Windows color (decimal): -4128687 or 5308609. OLE color: 5308609.

HSL color Cylindrical-coordinate representation of color #C10051: hue angle of 334.82º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10051 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 81 -
CMYK 0 1 0.58 0.24
HSL 334.82º 1% 0.38% -
HSV(B) 334.82º 1% 0.76% -
XYZ 23.48 11.93 8.85 -
YUV 66.94 135.94 217.91 -
System Red Green Blue C M Y K H S L
Decimal 193 0 81 0 1 0.58 0.24 334.82 1 0.38
Hex C1 0 51 0 64 3A 18 14F 64 26
Octal 301 0 121 0 144 72 30 517 144 46
Binary 11000001 0 1010001 0 1100100 111010 11000 101001111 1100100 100110

Color Harmonies of #C10051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10051

Black with #C10051

Text Example


Text Example

White with #C10051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10051; }

 p { color: rgb(193,0,81); }

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

background-color css

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

 a { background-color: rgb(193,0,81); }

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

border-color css

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

 span { border-color: rgb(193,0,81); }

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