Html Css Color HEX #C0175D Jazzberry Jam

📋 copy color: '#C0175D'

red 192 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #C0175D

Tints of Jazzberry Jam #C0175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

 BLUE value IS 93 (36.72% from 255) = 30.19%

R = 62.34%
G = 7.47%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0175D (or 0xC0175D) is known color: Jazzberry Jam. HEX triplet: C0, 17 and 5D. RGB value is (192,23,93). Sum of RGB (Red+Green+Blue) = 192+23+93=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0175D is #3FE8A2. Grayscale: #515151. Windows color (decimal): -4188323 or 6100928. OLE color: 6100928.

HSL color Cylindrical-coordinate representation of color #C0175D: hue angle of 335.15º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0175D is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 23 93 -
CMYK 0 0.88 0.52 0.25
HSL 335.15º 0.79% 0.42% -
HSV(B) 335.15º 0.88% 0.75% -
XYZ 24.02 12.61 11.52 -
YUV 81.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 192 23 93 0 0.88 0.52 0.25 335.15 0.79 0.42
Hex C0 17 5D 0 58 34 19 14F 4F 2A
Octal 300 27 135 0 130 64 31 517 117 52
Binary 11000000 10111 1011101 0 1011000 110100 11001 101001111 1001111 101010

Color Harmonies of #C0175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0175D

Black with #C0175D

Text Example


Text Example

White with #C0175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0175D; }

 p { color: rgb(192,23,93); }

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

background-color css

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

 a { background-color: rgb(192,23,93); }

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

border-color css

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

 span { border-color: rgb(192,23,93); }

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