Html Css Color HEX #C2014F Jazzberry Jam

📋 copy color: '#C2014F'

red 194 ◦ green 1 ◦ blue 79

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

Shades of Jazzberry Jam #C2014F

Tints of Jazzberry Jam #C2014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.83%

R = 70.8%
G = 0.36%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2014F (or 0xC2014F) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 4F. RGB value is (194,1,79). Sum of RGB (Red+Green+Blue) = 194+1+79=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2014F is #3DFEB0. Grayscale: #434343. Windows color (decimal): -4062897 or 5177794. OLE color: 5177794.

HSL color Cylindrical-coordinate representation of color #C2014F: hue angle of 335.75º 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 #C2014F is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 79 -
CMYK 0 0.99 0.59 0.24
HSL 335.75º 0.99% 0.38% -
HSV(B) 335.75º 0.99% 0.76% -
XYZ 23.67 12.06 8.48 -
YUV 67.6 134.44 218.16 -
System Red Green Blue C M Y K H S L
Decimal 194 1 79 0 0.99 0.59 0.24 335.75 0.99 0.38
Hex C2 1 4F 0 63 3B 18 150 63 26
Octal 302 1 117 0 143 73 30 520 143 46
Binary 11000010 1 1001111 0 1100011 111011 11000 101010000 1100011 100110

Color Harmonies of #C2014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2014F

Black with #C2014F

Text Example


Text Example

White with #C2014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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