Html Css Color HEX #CD3A6F Cerise

📋 copy color: '#CD3A6F'

red 205 ◦ green 58 ◦ blue 111

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

Shades of Cerise #CD3A6F

Tints of Cerise #CD3A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.68%

R = 54.81%
G = 15.51%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD3A6F (or 0xCD3A6F) is known color: Cerise. HEX triplet: CD, 3A and 6F. RGB value is (205,58,111). Sum of RGB (Red+Green+Blue) = 205+58+111=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 58 (23.05% from 255 or 15.51% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3A6F is #32C590. Grayscale: #6B6B6B. Windows color (decimal): -3327377 or 7289549. OLE color: 7289549.

HSL color Cylindrical-coordinate representation of color #CD3A6F: hue angle of 338.37º 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 #CD3A6F is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 58 111 -
CMYK 0 0.72 0.46 0.20
HSL 338.37º 0.6% 0.52% -
HSV(B) 338.37º 0.72% 0.8% -
XYZ 29.56 17.15 16.79 -
YUV 108 129.7 197.19 -
System Red Green Blue C M Y K H S L
Decimal 205 58 111 0 0.72 0.46 0.20 338.37 0.6 0.52
Hex CD 3A 6F 0 48 2E 14 152 3C 34
Octal 315 72 157 0 110 56 24 522 74 64
Binary 11001101 111010 1101111 0 1001000 101110 10100 101010010 111100 110100

Color Harmonies of #CD3A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3A6F

Black with #CD3A6F

Text Example


Text Example

White with #CD3A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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