Html Css Color HEX #CD3A6C Cerise

📋 copy color: '#CD3A6C'

red 205 ◦ green 58 ◦ blue 108

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

Shades of Cerise #CD3A6C

Tints of Cerise #CD3A6C

RGB

 RED value IS 205 (80.47% from 255) = 55.26%

 GREEN value IS 58 (23.05% from 255) = 15.63%

 BLUE value IS 108 (42.58% from 255) = 29.11%

R = 55.26%
G = 15.63%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD3A6C (or 0xCD3A6C) is known color: Cerise. HEX triplet: CD, 3A and 6C. RGB value is (205,58,108). Sum of RGB (Red+Green+Blue) = 205+58+108=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3A6C is #32C593. Grayscale: #6B6B6B. Windows color (decimal): -3327380 or 7092941. OLE color: 7092941.

HSL color Cylindrical-coordinate representation of color #CD3A6C: hue angle of 339.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3A6C is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 58 108 -
CMYK 0 0.72 0.47 0.20
HSL 339.59º 0.6% 0.52% -
HSV(B) 339.59º 0.72% 0.8% -
XYZ 29.4 17.09 15.94 -
YUV 107.65 128.2 197.43 -
System Red Green Blue C M Y K H S L
Decimal 205 58 108 0 0.72 0.47 0.20 339.59 0.6 0.52
Hex CD 3A 6C 0 48 2F 14 154 3C 34
Octal 315 72 154 0 110 57 24 524 74 64
Binary 11001101 111010 1101100 0 1001000 101111 10100 101010100 111100 110100

Color Harmonies of #CD3A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A6C

Black with #CD3A6C

Text Example


Text Example

White with #CD3A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A6C; }

 p { color: rgb(205,58,108); }

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

background-color css

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

 a { background-color: rgb(205,58,108); }

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

border-color css

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

 span { border-color: rgb(205,58,108); }

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