Html Css Color HEX #C2055C Jazzberry Jam

📋 copy color: '#C2055C'

red 194 ◦ green 5 ◦ blue 92

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

Shades of Jazzberry Jam #C2055C

Tints of Jazzberry Jam #C2055C

RGB

 RED value IS 194 (76.17% from 255) = 66.67%

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

 BLUE value IS 92 (36.33% from 255) = 31.62%

R = 66.67%
G = 1.72%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2055C (or 0xC2055C) is known color: Jazzberry Jam. HEX triplet: C2, 05 and 5C. RGB value is (194,5,92). Sum of RGB (Red+Green+Blue) = 194+5+92=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2055C is #3DFAA3. Grayscale: #474747. Windows color (decimal): -4061860 or 6030786. OLE color: 6030786.

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

Color convert

RGB 194 5 92 -
CMYK 0 0.97 0.53 0.24
HSL 332.38º 0.95% 0.39% -
HSV(B) 332.38º 0.97% 0.76% -
XYZ 24.23 12.35 11.23 -
YUV 71.43 139.62 215.43 -
System Red Green Blue C M Y K H S L
Decimal 194 5 92 0 0.97 0.53 0.24 332.38 0.95 0.39
Hex C2 5 5C 0 61 35 18 14C 5F 27
Octal 302 5 134 0 141 65 30 514 137 47
Binary 11000010 101 1011100 0 1100001 110101 11000 101001100 1011111 100111

Color Harmonies of #C2055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2055C

Black with #C2055C

Text Example


Text Example

White with #C2055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2055C; }

 p { color: rgb(194,5,92); }

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

background-color css

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

 a { background-color: rgb(194,5,92); }

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

border-color css

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

 span { border-color: rgb(194,5,92); }

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