Html Css Color HEX #C0055F Jazzberry Jam

📋 copy color: '#C0055F'

red 192 ◦ green 5 ◦ blue 95

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

Shades of Jazzberry Jam #C0055F

Tints of Jazzberry Jam #C0055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 95 (37.5% from 255) = 32.53%

R = 65.75%
G = 1.71%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0055F (or 0xC0055F) is known color: Jazzberry Jam. HEX triplet: C0, 05 and 5F. RGB value is (192,5,95). Sum of RGB (Red+Green+Blue) = 192+5+95=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C0055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0055F is #3FFAA0. Grayscale: #474747. Windows color (decimal): -4192929 or 6227392. OLE color: 6227392.

HSL color Cylindrical-coordinate representation of color #C0055F: hue angle of 331.12º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C0055F is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 5 95 -
CMYK 0 0.97 0.51 0.25
HSL 331.12º 0.95% 0.39% -
HSV(B) 331.12º 0.97% 0.75% -
XYZ 23.86 12.14 11.91 -
YUV 71.17 141.45 214.18 -
System Red Green Blue C M Y K H S L
Decimal 192 5 95 0 0.97 0.51 0.25 331.12 0.95 0.39
Hex C0 5 5F 0 61 33 19 14B 5F 27
Octal 300 5 137 0 141 63 31 513 137 47
Binary 11000000 101 1011111 0 1100001 110011 11001 101001011 1011111 100111

Color Harmonies of #C0055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0055F

Black with #C0055F

Text Example


Text Example

White with #C0055F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0055F; }

 p { color: rgb(192,5,95); }

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

background-color css

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

 a { background-color: rgb(192,5,95); }

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

border-color css

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

 span { border-color: rgb(192,5,95); }

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