Html Css Color HEX #C30469 Jazzberry Jam

📋 copy color: '#C30469'

red 195 ◦ green 4 ◦ blue 105

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

Shades of Jazzberry Jam #C30469

Tints of Jazzberry Jam #C30469

RGB

 RED value IS 195 (76.56% from 255) = 64.14%

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 64.14%
G = 1.32%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C30469 (or 0xC30469) is known color: Jazzberry Jam. HEX triplet: C3, 04 and 69. RGB value is (195,4,105). Sum of RGB (Red+Green+Blue) = 195+4+105=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C30469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30469 is #3CFB96. Grayscale: #484848. Windows color (decimal): -3996567 or 6882499. OLE color: 6882499.

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

Color convert

RGB 195 4 105 -
CMYK 0 0.98 0.46 0.24
HSL 328.27º 0.96% 0.39% -
HSV(B) 328.27º 0.98% 0.76% -
XYZ 25.1 12.71 14.49 -
YUV 72.62 146.28 215.29 -
System Red Green Blue C M Y K H S L
Decimal 195 4 105 0 0.98 0.46 0.24 328.27 0.96 0.39
Hex C3 4 69 0 62 2E 18 148 60 27
Octal 303 4 151 0 142 56 30 510 140 47
Binary 11000011 100 1101001 0 1100010 101110 11000 101001000 1100000 100111

Color Harmonies of #C30469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30469

Black with #C30469

Text Example


Text Example

White with #C30469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30469; }

 p { color: rgb(195,4,105); }

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

background-color css

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

 a { background-color: rgb(195,4,105); }

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

border-color css

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

 span { border-color: rgb(195,4,105); }

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