Html Css Color HEX #C02568 Cerise

📋 copy color: '#C02568'

red 192 ◦ green 37 ◦ blue 104

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

Shades of Cerise #C02568

Tints of Cerise #C02568

RGB

 RED value IS 192 (75.39% from 255) = 57.66%

 GREEN value IS 37 (14.84% from 255) = 11.11%

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

R = 57.66%
G = 11.11%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C02568 (or 0xC02568) is known color: Cerise. HEX triplet: C0, 25 and 68. RGB value is (192,37,104). Sum of RGB (Red+Green+Blue) = 192+37+104=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C02568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02568 is #3FDA97. Grayscale: #5A5A5A. Windows color (decimal): -4184728 or 6825408. OLE color: 6825408.

HSL color Cylindrical-coordinate representation of color #C02568: hue angle of 334.06º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02568 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 37 104 -
CMYK 0 0.81 0.46 0.25
HSL 334.06º 0.68% 0.45% -
HSV(B) 334.06º 0.81% 0.75% -
XYZ 24.9 13.53 14.4 -
YUV 90.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 192 37 104 0 0.81 0.46 0.25 334.06 0.68 0.45
Hex C0 25 68 0 51 2E 19 14E 44 2D
Octal 300 45 150 0 121 56 31 516 104 55
Binary 11000000 100101 1101000 0 1010001 101110 11001 101001110 1000100 101101

Color Harmonies of #C02568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02568

Black with #C02568

Text Example


Text Example

White with #C02568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02568; }

 p { color: rgb(192,37,104); }

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

background-color css

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

 a { background-color: rgb(192,37,104); }

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

border-color css

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

 span { border-color: rgb(192,37,104); }

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