Html Css Color HEX #C10053 Jazzberry Jam

📋 copy color: '#C10053'

red 193 ◦ green 0 ◦ blue 83

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

Shades of Jazzberry Jam #C10053

Tints of Jazzberry Jam #C10053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.07%

R = 69.93%
G = 0%
B = 30.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C10053 (or 0xC10053) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 53. RGB value is (193,0,83). Sum of RGB (Red+Green+Blue) = 193+0+83=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C10053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10053 is #3EFFAC. Grayscale: #434343. Windows color (decimal): -4128685 or 5439681. OLE color: 5439681.

HSL color Cylindrical-coordinate representation of color #C10053: hue angle of 334.2º 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 #C10053 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 83 -
CMYK 0 1 0.57 0.24
HSL 334.2º 1% 0.38% -
HSV(B) 334.2º 1% 0.76% -
XYZ 23.55 11.96 9.25 -
YUV 67.17 136.94 217.75 -
System Red Green Blue C M Y K H S L
Decimal 193 0 83 0 1 0.57 0.24 334.2 1 0.38
Hex C1 0 53 0 64 39 18 14E 64 26
Octal 301 0 123 0 144 71 30 516 144 46
Binary 11000001 0 1010011 0 1100100 111001 11000 101001110 1100100 100110

Color Harmonies of #C10053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10053

Black with #C10053

Text Example


Text Example

White with #C10053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10053; }

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

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

background-color css

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

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

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

border-color css

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

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

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