Html Css Color HEX #C10055 Jazzberry Jam

📋 copy color: '#C10055'

red 193 ◦ green 0 ◦ blue 85

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

Shades of Jazzberry Jam #C10055

Tints of Jazzberry Jam #C10055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 69.42%
G = 0%
B = 30.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C10055 (or 0xC10055) is known color: Jazzberry Jam. HEX triplet: C1, 00 and 55. RGB value is (193,0,85). Sum of RGB (Red+Green+Blue) = 193+0+85=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C10055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10055 is #3EFFAA. Grayscale: #434343. Windows color (decimal): -4128683 or 5570753. OLE color: 5570753.

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

Color convert

RGB 193 0 85 -
CMYK 0 1 0.56 0.24
HSL 333.58º 1% 0.38% -
HSV(B) 333.58º 1% 0.76% -
XYZ 23.63 11.99 9.66 -
YUV 67.4 137.94 217.59 -
System Red Green Blue C M Y K H S L
Decimal 193 0 85 0 1 0.56 0.24 333.58 1 0.38
Hex C1 0 55 0 64 38 18 14E 64 26
Octal 301 0 125 0 144 70 30 516 144 46
Binary 11000001 0 1010101 0 1100100 111000 11000 101001110 1100100 100110

Color Harmonies of #C10055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10055

Black with #C10055

Text Example


Text Example

White with #C10055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10055; }

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

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

background-color css

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

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

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

border-color css

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

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

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