Html Css Color HEX #C50068 Jazzberry Jam

📋 copy color: '#C50068'

red 197 ◦ green 0 ◦ blue 104

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

Shades of Jazzberry Jam #C50068

Tints of Jazzberry Jam #C50068

RGB

 RED value IS 197 (77.34% from 255) = 65.45%

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

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 65.45%
G = 0%
B = 34.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C50068 (or 0xC50068) is known color: Jazzberry Jam. HEX triplet: C5, 00 and 68. RGB value is (197,0,104). Sum of RGB (Red+Green+Blue) = 197+0+104=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C50068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50068 is #3AFF97. Grayscale: #464646. Windows color (decimal): -3866520 or 6815941. OLE color: 6815941.

HSL color Cylindrical-coordinate representation of color #C50068: hue angle of 328.32º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C50068 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 0 104 -
CMYK 0 1 0.47 0.23
HSL 328.32º 1% 0.39% -
HSV(B) 328.32º 1% 0.77% -
XYZ 25.52 12.87 14.24 -
YUV 70.76 146.77 218.04 -
System Red Green Blue C M Y K H S L
Decimal 197 0 104 0 1 0.47 0.23 328.32 1 0.39
Hex C5 0 68 0 64 2F 17 148 64 27
Octal 305 0 150 0 144 57 27 510 144 47
Binary 11000101 0 1101000 0 1100100 101111 10111 101001000 1100100 100111

Color Harmonies of #C50068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50068

Black with #C50068

Text Example


Text Example

White with #C50068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50068; }

 p { color: rgb(197,0,104); }

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

background-color css

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

 a { background-color: rgb(197,0,104); }

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

border-color css

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

 span { border-color: rgb(197,0,104); }

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