Html Css Color HEX #C20168 Jazzberry Jam

📋 copy color: '#C20168'

red 194 ◦ green 1 ◦ blue 104

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

Shades of Jazzberry Jam #C20168

Tints of Jazzberry Jam #C20168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 64.88%
G = 0.33%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C20168 (or 0xC20168) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 68. RGB value is (194,1,104). Sum of RGB (Red+Green+Blue) = 194+1+104=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C20168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20168 is #3DFE97. Grayscale: #464646. Windows color (decimal): -4062872 or 6816194. OLE color: 6816194.

HSL color Cylindrical-coordinate representation of color #C20168: hue angle of 327.98º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20168 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 104 -
CMYK 0 0.99 0.46 0.24
HSL 327.98º 0.99% 0.38% -
HSV(B) 327.98º 0.99% 0.76% -
XYZ 24.76 12.49 14.2 -
YUV 70.45 146.94 216.12 -
System Red Green Blue C M Y K H S L
Decimal 194 1 104 0 0.99 0.46 0.24 327.98 0.99 0.38
Hex C2 1 68 0 63 2E 18 148 63 26
Octal 302 1 150 0 143 56 30 510 143 46
Binary 11000010 1 1101000 0 1100011 101110 11000 101001000 1100011 100110

Color Harmonies of #C20168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20168

Black with #C20168

Text Example


Text Example

White with #C20168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20168; }

 p { color: rgb(194,1,104); }

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

background-color css

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

 a { background-color: rgb(194,1,104); }

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

border-color css

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

 span { border-color: rgb(194,1,104); }

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