Html Css Color HEX #C2024E Jazzberry Jam

📋 copy color: '#C2024E'

red 194 ◦ green 2 ◦ blue 78

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

Shades of Jazzberry Jam #C2024E

Tints of Jazzberry Jam #C2024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 78 (30.86% from 255) = 28.47%

R = 70.8%
G = 0.73%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2024E (or 0xC2024E) is known color: Jazzberry Jam. HEX triplet: C2, 02 and 4E. RGB value is (194,2,78). Sum of RGB (Red+Green+Blue) = 194+2+78=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2024E is #3DFDB1. Grayscale: #434343. Windows color (decimal): -4062642 or 5112514. OLE color: 5112514.

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

Color convert

RGB 194 2 78 -
CMYK 0 0.99 0.60 0.24
HSL 336.25º 0.98% 0.38% -
HSV(B) 336.25º 0.99% 0.76% -
XYZ 23.64 12.06 8.29 -
YUV 68.07 133.61 217.82 -
System Red Green Blue C M Y K H S L
Decimal 194 2 78 0 0.99 0.60 0.24 336.25 0.98 0.38
Hex C2 2 4E 0 63 3C 18 150 62 26
Octal 302 2 116 0 143 74 30 520 142 46
Binary 11000010 10 1001110 0 1100011 111100 11000 101010000 1100010 100110

Color Harmonies of #C2024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2024E

Black with #C2024E

Text Example


Text Example

White with #C2024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2024E; }

 p { color: rgb(194,2,78); }

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

background-color css

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

 a { background-color: rgb(194,2,78); }

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

border-color css

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

 span { border-color: rgb(194,2,78); }

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