Html Css Color HEX #CC2670 Cerise

📋 copy color: '#CC2670'

red 204 ◦ green 38 ◦ blue 112

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

Shades of Cerise #CC2670

Tints of Cerise #CC2670

RGB

 RED value IS 204 (80.08% from 255) = 57.63%

 GREEN value IS 38 (15.23% from 255) = 10.73%

 BLUE value IS 112 (44.14% from 255) = 31.64%

R = 57.63%
G = 10.73%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CC2670 (or 0xCC2670) is known color: Cerise. HEX triplet: CC, 26 and 70. RGB value is (204,38,112). Sum of RGB (Red+Green+Blue) = 204+38+112=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2670 is #33D98F. Grayscale: #5F5F5F. Windows color (decimal): -3398032 or 7349964. OLE color: 7349964.

HSL color Cylindrical-coordinate representation of color #CC2670: hue angle of 333.25º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2670 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 112 -
CMYK 0 0.81 0.45 0.2
HSL 333.25º 0.69% 0.47% -
HSV(B) 333.25º 0.81% 0.8% -
XYZ 28.52 15.39 16.8 -
YUV 96.07 137 204.98 -
System Red Green Blue C M Y K H S L
Decimal 204 38 112 0 0.81 0.45 0.2 333.25 0.69 0.47
Hex CC 26 70 0 51 2D 14 14D 45 2F
Octal 314 46 160 0 121 55 24 515 105 57
Binary 11001100 100110 1110000 0 1010001 101101 10100 101001101 1000101 101111

Color Harmonies of #CC2670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2670

Black with #CC2670

Text Example


Text Example

White with #CC2670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2670; }

 p { color: rgb(204,38,112); }

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

background-color css

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

 a { background-color: rgb(204,38,112); }

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

border-color css

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

 span { border-color: rgb(204,38,112); }

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